dotfiles/.gitconfig

27 lines
883 B
INI

[alias]
l = log --graph --decorate --oneline --all
ll = log --graph --decorate --pretty=format:'%C(yellow)%h %C(blue)%GK %Creset%ad %Creset%<(20,trunc)%an %C(auto)%d %C(auto)%s' --date=short --all
lol = log --graph --decorate --oneline --all
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
st = status --short --branch
d = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+'
dn = diff --name-status --ignore-all-space --histogram
ds = diff --stat --ignore-all-space --histogram
f = commit --fixup=HEAD
s = status --short --branch --untracked-files=no
r = rebase -i
c = commit
ch = checkout
su = status --short --branch
[color]
ui = true
[user]
name = Patrick Cao Huu Thien
email = patrick.cao_huu_thien@sorbonne-universite.fr
signingkey = A8F721C80E43073F40DF8F21B57DBE40C72FBCF4
[commit]
gpgsign = true
[merge]
tool = vimdiff1