After editing some commits during a rebase I changed my mind about what I want to do to the following commits. How do I edit the remaining commands?
You can use the git rebase --edit-todo
command.
Description from git-rebase(1)
:
Edit the todo list during an interactive rebase.
And after the edit, continue the rebase using git rebase --continue
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With