Select Page
How to undo ‘git commit –amend’

How to undo ‘git commit –amend’

Introduction Oftentimes in a project, you might wish to make small changes to your most recent git commit. Using the git commit command directly will create a new commit for you which will include the staged changes, but doing this for every small tweak can create a...