blob: fcfee9e16dbf67a9ea43b5f4327816f89887f09a (
plain)
1
2
3
4
5
6
7
|
# /etc/gitconfig
[alias]
slog = log --no-show-signature --pretty=format:'%C(yellow)%h%C(reset) %G? (%an, %C(green)%cr%C(reset))%C(red)%d%C(reset) %s'
wdiff = diff --color-words
wlog = log --color-words
wshow = show --color-words
|