【发布时间】:2012-06-01 02:49:10
【问题描述】:
我之前已经阅读并应用了来自this excellent answer 的关于在 git 中为特定文件类型设置合并策略的说明。这非常适合合并。但是,当我执行git rebase 时,并没有应用合并策略。
是否可以设置git rebase 以便它应用类似的合并策略来自动解决某些冲突?
【问题讨论】:
-
我很想知道这个问题的答案!
标签: git rebase git-merge gitattributes