Git - Rebasing
After encountering conflicts during a rebase, which command should you run to continue the process once conflicts are resolved?
git rebase --continue to tell Git to proceed with the rebase after conflict resolution.git rebase --continue after fixing conflicts [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions