diff gitconfig @ 0:36a9b3a28861

Add all dotfiles
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 17:20:32 +0100
parents
children a8279f1d5b39
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gitconfig	Sun Feb 23 17:20:32 2014 +0100
@@ -0,0 +1,33 @@
+# Sample gitconfig
+#
+
+[hub]
+        protocol = https
+[alias]
+        co = checkout
+        count   = !git shortlog -sn
+        sl = log --oneline --stat
+[color]
+        diff = auto
+        status = auto
+        branch = auto
+        ui = true
+[core]
+        excludesfile = ~/.gitignore
+        editor = vim
+[apply]
+        whitespace = nowarn
+[mergetool]
+        keepBackup = false
+[difftool]
+        prompt = false
+[help]
+        autocorrect = 1
+[include]
+        path = .gitconfig.local
+[push]
+        # See `git help config` (search for push.default)
+        # for more information on different options of the below setting.
+        #
+        # Setting to git 2.0 default to surpress warning message
+        default = simple