Files
DotfilesOld/gitconfig
2012-10-09 11:56:38 +02:00

20 lines
469 B
Plaintext

[user]
name = Thomas Ruoff
email = ThomasRuoff@gmail.com
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[core]
autocrlf = input
[alias]
st = status
co = checkout
cm = commit
br = branch
llog = log --date=local
changes = diff --name-status -r
diffstat = diff --stat -r
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative