Git - Rebasing
Which Git command starts an interactive rebase to squash commits?
git rebase -i followed by the commit range.git rebase -i HEAD~3 opens the last 3 commits for editing, allowing squashing.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions