|
|
|
|
|
by brasic
1199 days ago
|
|
My favorite git workflow extension is `git commit --fixup SHA` combined with `git rebase -i --autosquash` to create targeted retroactive amendments. Kind of like `commit --amend that can target more than just the last commit. I wrote https://github.com/brasic/fixdown to make this easier to use. |
|