Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 smartgit 中使用 Kaleidoscope/ksdiff 作为我的冲突解决器。我试过自己配置,但我不能。那么,我需要在编辑冲突解决程序配置的参数输入中添加什么行指令?
截屏:
将 Kaleidoscope/ksdiff 与 smartgit 集成所需的配置是:
--merge --output ${mergedFile} --base ${baseFile} -- ${leftFile} --snapshot ${rightFile} --snapshot
只需将其放在参数字段中,魔术就会发生:)