Simplifying gitconfig

This commit is contained in:
Julien Palard 2018-07-20 11:00:54 +02:00
parent 47399324ea
commit 76cc10d41b
1 changed files with 9 additions and 33 deletions

View File

@ -1,37 +1,13 @@
[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
name = Julien Palard
email = julien@palard.fr
[push]
default = simple
default = current
[apply]
whitespace = strip
[alias]
st = status -s
co = checkout
br = branch
ci = commit
lg = log --date-order --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit