


























$ git status
HEAD detached from FETCH_HEAD
nothing to commit, working tree clean
origin directing to?
how is the name of his branch?

git remote -v to see the current remotes


git remote add fokkonaut https://github.com/fokkonaut/DDNetPP.gitgit push fokkonaut <your-branch>:master



git log if you are not sure what you want to push (edited)





