After accidentally typing git merge git-annex, I am now wondering how to clean up the resulting chaos...
Any tips?
git reflog is a handy command to get to know, for getting out of situations along the lines of "I did $something wrong and want to get back to a previous version of a branch"
git reflog
git reflog
is a handy command to get to know, for getting out of situations along the lines of "I did $something wrong and want to get back to a previous version of a branch"