Home → The Classics → Farai's Codelab
Git commit fixup and autosquash
Published:
See Git commit fixup and autosquash on blog.sebastian-daschner.com
I really want to get better at Git. This post goes over how to mark a commit as a “fixup” which you can meld into a previous commit to “autosquash”. This all falls under git rebase
which I hope to learn about once and for all.