Add gitconfig
authorStefan Huber <shuber2@gmx.at>
Tue, 6 Nov 2012 11:08:34 +0000 (12:08 +0100)
committerStefan Huber <shuber2@gmx.at>
Tue, 6 Nov 2012 11:08:34 +0000 (12:08 +0100)
dotfiles/gitconfig [new file with mode: 0644]

diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig
new file mode 100644 (file)
index 0000000..7ff0347
--- /dev/null
@@ -0,0 +1,16 @@
+[user]
+       name = Stefan Huber
+       email = me@example.com
+       signingkey = 0123456
+[color]
+       ui = auto
+[core]
+       editor = vim
+       pager = less -FXRS -x4
+[merge]
+       tool = gvimdiff
+[alias]
+       wdiff = diff --color-words
+       wlog = log --color-words
+[diff]
+       renames = true