]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
diff-highlight highlighter is pretty usefuly
[dotfiles.git] / git / .gitconfig
index c5eff0d930a8b7ffa71db3a193e79fc642660991..1d84f080577c2210aa10cb5faa287d00cd05a855 100644 (file)
@@ -19,6 +19,7 @@
        filemode = true
        logallrefupdates = true
        whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof
+       pager=diff-highlight | $PAGER
 [log]
        date = iso8601
 [push]
@@ -36,3 +37,9 @@
        lineNumber = true
 [merge]
        tool = vimdiff
+[pull]
+       ff = only
+[help]
+       autocorrect = never
+[init]
+       defaultBranch = master