add git aliases

This commit is contained in:
Thomas Ruoff
2012-10-09 11:56:38 +02:00
parent cc06b82413
commit 8ceaf9478a

View File

@@ -8,3 +8,12 @@
status = auto status = auto
[core] [core]
autocrlf = input 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