Learn how to undo last Git commit
There are two ways to “undo” last commit, depending on whether or not you have already made your commit public (pushed to your remote repository): How to undo a local commit Lets say committed locally, but now want to remove that commit. git log commit 101: bad commit # latest commit, this would be called […]
Continue Reading →