【发布时间】:2016-06-09 17:56:43
【问题描述】:
我想在 smartgit 中使用 Kaleidoscope/ksdiff 作为我的冲突解决器。我试过自己配置,但我不能。那么,我需要在编辑冲突解决程序配置的参数输入中添加什么行指令?
截图:
【问题讨论】:
标签: smartgit kaleidoscope
我想在 smartgit 中使用 Kaleidoscope/ksdiff 作为我的冲突解决器。我试过自己配置,但我不能。那么,我需要在编辑冲突解决程序配置的参数输入中添加什么行指令?
截图:
【问题讨论】:
标签: smartgit kaleidoscope
将 Kaleidoscope/ksdiff 与 smartgit 集成所需的配置是:
--merge --output ${mergedFile} --base ${baseFile} -- ${leftFile} --snapshot ${rightFile} --snapshot
只要把它放在参数字段上,奇迹就会发生:)
【讨论】: