git: add .gitconfig

This commit is contained in:
masterzu 2016-12-06 12:19:32 +01:00
parent c3ddf46468
commit ca1f3f9296
1 changed files with 15 additions and 0 deletions

15
.gitconfig Normal file
View File

@ -0,0 +1,15 @@
[alias]
lol = log --graph --decorate --oneline --all
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
st = status --short --branch
d = diff --stat
dn = diff --name-status
ds = diff --stat
l = log --graph --decorate --oneline --all
s = status --short --branch
[color]
ui = true
[user]
name = Patrick Cao Huu Thien
email = patrick.cao_huu_thien@upmc.fr