Stop Manually Editing Rebase TODOs: Use git commit --fixup + autosquash
A faster way to amend older commits in a patch series using git commit –fixup and rebase –autosquash, without manually editing the rebase TODO list.
A faster way to amend older commits in a patch series using git commit –fixup and rebase –autosquash, without manually editing the rebase TODO list.