소스 검색

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