diff options
Diffstat (limited to 'dot-config')
| -rw-r--r-- | dot-config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index 2bd8695..636167b 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -13,3 +13,5 @@ unstage = restore --staged untrack = rm --cached uncommit = reset --soft HEAD^ +[pretty] + list = format:%C(auto)%h %C(magenta)%G? %C(blue)%<(10,trunc)%as %C(green)%<(12,trunc)%aN %C(auto)%s%C(cyan)% gD%d |
