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