Git - Rebasing
During an interactive rebase, you accidentally reordered commits but want to cancel the operation. What is the correct way to abort the rebase?
git rebase --abort safely stops and cancels the rebase process.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions