Git — Easy What does git merge do? A Copies specific commits from another branch into the current branch B Integrates changes from one branch into the current branch, creating a merge commit if needed C Deletes the source branch after combining its commits into the target branch D Replays commits from one branch on top of another without creating a merge commit Show explanation