|
|
|
|
|
by jacobr
719 days ago
|
|
Any article about rebase is incomplete without the mention of `git commit --fixup fb2f677`. When committing you usually already know which commit you’re “fixing” so you specify that. Then you run `git rebase -i --autosquash origin/main` instead and the commits are already in the right order. |
|