I'm merging branch B into branch A:
$ git checkout A
$ git merge B
I get the error:
# Unmerged paths:
# (use "git add <file>..." to mark resolution)
#
# added by them: path/to/file
What causes the git "Added by them" conflict, and how do I prevent it from happening?