I did a reboot like this:
git rebase --onto master new_background_processing export_background_processing
This did not do what I wanted, so I performed a reset:
git reset --hard HEAD@{1}
I got my branch back to the state it was, but I got this message when I type git status:
How to completely undo this reinstallation? Not sure what that means.
git
Graham Jackson Mar 09 '14 at 22:55 2014-03-09 22:55
source share