Looks like a few days ago I created a branch called detached HEAD
and have been committing to it. My normal process is to commit to master
and then push that to origin
. But I can't push detached HEAD
.
My next stop screwed me. I selected git checkout master
- and my detached HEAD
branch disappeared. Going back to my project all of my changes in the past few days have been wiped.
Is there anyway I can get those changes back?