2016-12-06 11:19:32 +00:00
|
|
|
[alias]
|
|
|
|
lol = log --graph --decorate --oneline --all
|
|
|
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
|
|
|
st = status --short --branch
|
2019-02-06 12:19:38 +00:00
|
|
|
d = diff
|
2016-12-06 11:19:32 +00:00
|
|
|
dn = diff --name-status
|
|
|
|
ds = diff --stat
|
|
|
|
l = log --graph --decorate --oneline --all
|
|
|
|
s = status --short --branch
|
2017-05-11 14:56:24 +00:00
|
|
|
ll = log --graph --decorate --pretty=format:'%C(yellow)%h %Cred%ad %Cgreen%d %Creset%s' --date=short --all
|
2017-05-23 12:21:42 +00:00
|
|
|
dw = diff -w
|
2018-12-12 09:35:12 +00:00
|
|
|
c = commit
|
2019-02-06 12:19:38 +00:00
|
|
|
ch = checkout
|
2016-12-06 11:19:32 +00:00
|
|
|
|
|
|
|
[color]
|
|
|
|
ui = true
|
|
|
|
[user]
|
|
|
|
name = Patrick Cao Huu Thien
|
|
|
|
email = patrick.cao_huu_thien@upmc.fr
|