我想告诉git,如果特定文件上的合并发生冲突,他必须始终使用该文件的远程版本。
我发现的唯一一件事就是如何始终保留文件的本地版本: How do I tell git to always select my local version for conflicted merges on a specific file? 和.gitattributes & individual merge strategy for a file
感谢
答案 0 :(得分:1)
使用merge -X theirs
详细了解"他们的"合并策略选项: https://www.kernel.org/pub/software/scm/git/docs/git-merge.html