Git - Rebasing
You want to combine multiple commits on your feature branch into one before merging to main, but keep the branch history linear. Which approach fits best?
git rebase -i) allows squashing commits on feature branch before merging.git rebase -i main and squash commits interactively. is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions