dotfiles/git/gitconfig.include

9 lines
270 B
Plaintext

[color]
ui = auto
interactive = auto
[alias]
st = status
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
ll = log --stat --abbrev-commit
# vim: set filetype=gitconfig: