Is there any way to specify to git to automatically resolve the conflicts for a pack of files by taking the remote version for each of them? For instance, to take the remote
You can use recursive strategy (-s) with theirs option (-X). That is:
recursive
theirs
git merge -s recursive -X theirs source_branch