From: Stefan Huber Date: Tue, 6 Nov 2012 11:08:34 +0000 (+0100) Subject: Add gitconfig X-Git-Url: http://git.sthu.org/?a=commitdiff_plain;ds=inline;h=197017be815b01cf506736326eecb20a64044d84;p=shutils.git Add gitconfig --- diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig new file mode 100644 index 0000000..7ff0347 --- /dev/null +++ b/dotfiles/gitconfig @@ -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