Skip to content

Detached state

Rasbats edited this page Dec 29, 2021 · 1 revision

If you followed my log your current state is detached. If you want to push it you need to do something like:

$ git branch -m master master.old $ git checkout -b master $ git push --set-upstream origin master:master

Clone this wiki locally