I've accidently did git commit --amend
on the last commit on the tree (which is not written by me ) and I would like to undo this commit
and retrieve my changes back to the working directory.
I'm familiar with the fact the --commit amend
is part of "Rewriting History" Git commands but I hope there is a workaround via author name or any other.