Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 292 Bytes

fixup_and_autosquash.md

File metadata and controls

9 lines (6 loc) · 292 Bytes

Fixup with autosquash

  • Keep your branch clean with fixup and autosquash
git commit --fixup <commit> # automatically marks your commit as a fix of a previous commit
git rebase -i --autosquash  # automatically organize merging of these fixup commits and associated normal commits