abort rebase code example
Example 1: git force rebase abort
git rebase --quit
Example 2: how to abort a rebase
git rebase --continue | --skip | --abort | --edit-todo
git rebase --quit
git rebase --continue | --skip | --abort | --edit-todo