NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
Git: The Complete Version Control Guide
Advanced Merging: Strategies and Precision Tools
Quiz
Chapter Quiz: Advanced Merging: Strategies and Precision Tools
Advanced Merging
Complete this assessment with 100% score to master this chapter.
01
What does a squash merge do?
Deletes all commits
Combines multiple commits from a feature branch into a single commit on the target branch
Bypasses merge conflicts
Pushes code directly to production
02
Which command applies the changes from a specific existing commit as a new commit on your current branch?
git squash
git rebase
git cherry-pick
git copy
Submit Answers
Back to Lesson
Next Chapter