浏览代码

Add command to trigger git mergetool

DricomDragon 5 年之前
父节点
当前提交
6fc8e6ca18
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Guides/vim.md

+ 5 - 0
Guides/vim.md

@@ -41,6 +41,11 @@ __vimdiff__ basics
 
 ### Configure git
 `git config --global diff.tool vimdiff`
+`git config --global merge.tool vimdiff`
+
+### Trigger conflict resolution
+
+`git mergetool`
 
 ### Make contents identical
 `dp` : diffput throws changement in the other window