标签:oba json 并且 修改 pos echo 合并 无效 记录
#添加.gitattributes 目的: 合并时使用本地的composer.json文件
#注:第一次合并时,只有两处分支都对composer.json有修改,即有冲突时才会使用此规则。-----merge=ours 我的理解是合并并且发生冲突时使用自己的composer.json文件,第一次若仅仅是一处修改,那么将正常合并【未冲突】,则不会触发此规则
echo composer.json merge=ours > .gitattributes
#设置driver 是否全局生效,酌情使用--global
git config --global merge.ours.driver true
记录.gitattributes 设置合并时使用本地文件无效的解决方案
标签:oba json 并且 修改 pos echo 合并 无效 记录
原文地址:https://www.cnblogs.com/yin5th/p/13354131.html