
In this post I’ll show you how to do a Git uncommit, that is, if you did a git commit
but have not pushed it to the repository yet, how to Git undo the last commit without loses your changes or data.
Git uncommit to undo last commit command
Before we start, I need to point out that there isn’t a git...