dotfiles/.gitconfig

38 lines
672 B
INI

[user]
name = Julien Palard
email = julien@palard.fr
[color]
diff = auto
status = auto
branch = auto
interactive = auto
grep = true
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
st = status
lg = log --date-order --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[push]
default = simple
[apply]
whitespace = strip