logoalt Hacker News

jordanboxertoday at 3:24 AM1 replyview on HN

  git commit —fixup=<commit-id> 
  git rebase -i —autosquash


This is my best friend

Replies

tuptontoday at 3:40 AM

Then you will really like:

    git history fixup <commit-id>
https://git-scm.com/docs/git-history#Documentation/git-histo...