Skip to Content
Navigation:

A stick figure smiling

Here's a preview from my zine, Oh Shit! Git!! If you want to see more comics like this, sign up for my saturday comics newsletter or browse more comics!

Image of a comic. To read the full HTML alt text, click "read the transcript". get the zine!
read the transcript!
  1. Make your change
  2. Add your files with git add
  3. Run: git commit --amend --no-edit

person: this usually happens to me when I forget to run tests/linters before committing!

You can also add a new commit and use git rebase -i to squash them but this is about a million times faster.