/ Published in: Bash
If you accidentally exit while doing an interactive rebase, you can clean it with this command.
Expand |
Embed | Plain Text
git rebase -i --abort
You need to login to post a comment.
If you accidentally exit while doing an interactive rebase, you can clean it with this command.
git rebase -i --abort
You need to login to post a comment.