Files
dotfiles/gitconfig
2014-06-12 12:57:33 +02:00

43 lines
792 B
Plaintext

[alias]
ca = commit -a
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[apply]
whitespace = fix
[color]
branch = auto
diff = auto
interactive = auto
ui = auto
status = auto
[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
[github]
user = hellerve
[merge]
log = true
[core]
excludesfile = /Users/sidharta/.gitignore
whitespace = space-before-tabmtrailing-space
autocrlf = input
[user]
name = Veit Heller
email = s0539501@htw-berlin.de