summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-02-22 11:21:40 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-02-22 11:21:40 +0100
commitb66f06c17308773d9280a3a416da8007d5619fd7 (patch)
tree9d42e3d8f4bb3d361e0fea41611dfd07fd45298f
parent5d95a6439ff77f29ec45bac0c70e25c59d8bdbf2 (diff)
downloaddotfiles-b66f06c17308773d9280a3a416da8007d5619fd7.tar.gz
dotfiles-b66f06c17308773d9280a3a416da8007d5619fd7.tar.bz2
dotfiles-b66f06c17308773d9280a3a416da8007d5619fd7.zip
Add .gitconfig
-rw-r--r--.gitconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..ab4c609
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,14 @@
+[user]
+ name = Benjamin Franzke
+ email = benjaminfranzke@googlemail.com
+[sendemail]
+ smtpencryption = tls
+ smtpserver = smtp.gmail.com
+ smtpuser = benjaminfranzke@googlemail.com
+ smtpserverport = 587
+[log]
+ decorate = true
+[alias]
+ grp = !git --no-pager grep --color=auto
+ tree = log --oneline --decorate --graph
+