$ 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 remotesgit remote add fokkonaut https://github.com/fokkonaut/DDNetPP.git
git push fokkonaut <your-branch>:master
git log
if you are not sure what you want to push (edited)