Combine commit into previous commit and discard this commit message.
Section: Interactive Rebase Actions
Fix up previous commit
text
text
fixup d4e5f6g Follow-up fixExplanation
Ideal when the follow-up commit should disappear into the previous commit without preserving its message.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Interactive Rebase Actions
Change commit message during rebase
Replay the commit but edit its message.
Stop to amend a commit during rebase
Replay the commit and pause so you can modify it.
Squash commit into previous commit
Combine two commits and merge their messages.
Edit rebase todo during a rebase
Open the rebase todo list while a rebase is in progress.