소스 검색

git: difftool

Fabian Peter Hammerle 9 년 전
부모
커밋
dc6daf9034
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      setup

+ 2 - 0
setup

@@ -12,6 +12,8 @@ if [[ $git_version == 1.9* ]]; then
     git config --global push.default simple
 fi
 
+git config --global diff.tool vimdiff
+
 # aliases
 git config --global alias.branches "branch --all"
 git config --global alias.tree "log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset)%C(bold red)%d%C(reset) %C(dim green)(%ar)%C(reset) %C(bold black)%s%C(reset) %C(dim white)(%an)%C(reset)' --all"