Git - Rebasing
Which of the following is the correct syntax to start an interactive rebase for the last 3 commits?
git rebase -i <commit> where commit is a reference point.git rebase -i HEAD~3.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions