Hacker News new | ask | show | jobs
by jordanboxer 3 days ago

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


This is my best friend
1 comments

Then you will really like:

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