SyntaxFix
Write A Post
Hire A Developer
Questions
use the ref-log:
git branch fixing-things HEAD@{1} git reset fixing-things
you should then have all your previously amended changes only in your working copy and can commit again
to see a full list of previous indices type git reflog
git reflog