ソースを参照

Set kdiff3 as default GUI diff tool

Alois Mahdal 8 年 前
コミット
800ddd1c9d
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      dotfiles/gittum/main.gitconfig

+ 3
- 0
dotfiles/gittum/main.gitconfig ファイルの表示

@@ -39,6 +39,9 @@
39 39
   who = ! ~/.gittum/bin/who
40 40
   whoo = ! ~/.gittum/bin/whoo
41 41
 
42
+[diff]
43
+    guitool = kdiff3
44
+
42 45
 [push]
43 46
     default = simple
44 47