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