Remix.run Logo
jordanboxer 2 hours ago

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


This is my best friend
tupton 2 hours ago | parent [-]

Then you will really like:

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