Git - Rebasing
Which of the following is the correct command to start an interactive rebase for the last 3 commits?
HEAD~N to specify the last N commits, so HEAD~3 means last 3 commits.HEAD^3 and HEAD^^3 are invalid for this purpose; HEAD~ is incomplete.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions