|
|
|
|
|
by fla
1065 days ago
|
|
I usually solve this by commiting my fixup in a dummy commit, then do a rebase -i HEAD~n where n is the number of commits I want to look back at. Then during the rebase I just move my commit below the one that seem the most appropriate and mark it for squash. Execute the rebase. Done |
|
Then I can easily scroll up to the commit I want to start the rebase on.