git: add simple aliases

master
Guillaume DOTT 2013-02-06 17:37:44 +01:00
parent dd14c04e0c
commit 4007d40c4d
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
interactive = auto interactive = auto
[alias] [alias]
st = status st = status
ci = commit
co = checkout
pr = pull --rebase
diffc = diff --cached
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
ll = log --stat --abbrev-commit ll = log --stat --abbrev-commit
[diff] [diff]