Przeglądaj źródła

Add command to trigger git mergetool

DricomDragon 5 lat temu
rodzic
commit
6fc8e6ca18
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      Guides/vim.md

+ 5 - 0
Guides/vim.md

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