dotfiles/.gitconfig

27 lines
883 B
INI
Raw Permalink Normal View History

2016-12-06 11:19:32 +00:00
[alias]
2024-06-19 09:36:49 +00:00
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
2016-12-06 11:19:32 +00:00
lol = log --graph --decorate --oneline --all
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
st = status --short --branch
2024-06-19 09:36:49 +00:00
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
2018-12-12 09:35:12 +00:00
c = commit
ch = checkout
2024-06-19 09:36:49 +00:00
su = status --short --branch
2016-12-06 11:19:32 +00:00
[color]
ui = true
[user]
name = Patrick Cao Huu Thien
2024-06-19 09:36:49 +00:00
email = patrick.cao_huu_thien@sorbonne-universite.fr
signingkey = A8F721C80E43073F40DF8F21B57DBE40C72FBCF4
[commit]
gpgsign = true
2024-11-28 22:36:10 +00:00
[merge]
tool = vimdiff1