在merge命令后有较多conflict的情况下强烈推荐使用下面命令(以当前分支为准选择ours,以目标分支为准选择theirs),之后在执行git push:
git merge --strategy-option theirs/ours $branch-name
在merge命令后有较多conflict的情况下强烈推荐使用下面命令(以当前分支为准选择ours,以目标分支为准选择theirs),之后在执行git push:
git merge --strategy-option theirs/ours $branch-name