Git - Rebasing
Which of the following is the correct syntax to start an interactive rebase for the last 5 commits?
HEAD~N to specify N commits before HEAD.git rebase -i HEAD~5 correctly specifies the last 5 commits.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions