Added more aliases

This commit is contained in:
madmaurice 2015-10-08 11:43:46 +02:00
parent d216b3027a
commit c18e9e4bcc

View file

@ -6,3 +6,10 @@
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
st = status -sb
a = add
c = commit
co = checkout
ps = push
pl = pull
[color]
ui = auto