Git - Rebasing
During an interactive rebase, you accidentally saved the todo list without changing any commit actions. How can you restart the rebase to edit commit messages again?
git rebase -i HEAD~N again to edit commit messages.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions