Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the purpose of the 'git merge' command in version control?
Answer: 'git merge' is used to integrate changes from one branch into another. It combines changes, resolves conflicts, and creates a new commit.

Example:

Merging feature branch changes into the main branch: 'git checkout main; git merge feature-branch;'
Is it helpful? Yes No

Most helpful rated by users:

©2026 WithoutBook