dotfiles/git/gitconfig.include

13 lines
317 B
Plaintext

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