dotfiles/git/gitconfig.symlink

12 lines
265 B
Plaintext

[color]
ui = auto
diff = auto
status = auto
branch = auto
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status
[push]
default = simple