add gitconfig

This commit is contained in:
Mathieu Maret 2009-11-20 11:57:39 +01:00
parent 356d1d0d3e
commit 224a4f55df
1 changed files with 12 additions and 0 deletions

12
.gitconfig Normal file
View File

@ -0,0 +1,12 @@
[user]
name = Mathieu Maret
email = mathieu.maret@openwide.fr
[color]
ui = auto
diff = auto
status = auto
branch = auto
[alias]
lg = log -M --decorate --graph
st = status
ci = commit