dotfiles/.gitconfig

38 lines
672 B
INI
Raw Normal View History

2014-06-22 16:16:14 +00:00
[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
2016-12-14 16:15:57 +00:00
lg = log --date-order --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
2014-06-22 16:16:14 +00:00
[push]
2016-12-14 16:15:57 +00:00
default = simple
2014-06-22 16:16:14 +00:00
[apply]
whitespace = strip