Skip to content

rhalyc/ctf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

CTF

Hi! Congrats, you are soo close! Note that you don't need modify master (and it's not allowed, you will get disqualified if you do so...), so any change you do, do it in a new branch you create.

Whenever you finish your job, clean the repo removing the branch you created (and any other log that you might have created):

To remove a branch:

git push origin -d <branch-name> #remove remote branch
git branch -D <branch-name> #remove local branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published