setup some aliases that i sometimes type by mistake

This commit is contained in:
Sami Samhuri 2010-03-30 11:25:14 -07:00
parent b5a7941e12
commit 0e146bc8c5

View file

@ -3,3 +3,9 @@
email = sami.samhuri@gmail.com email = sami.samhuri@gmail.com
[alias] [alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
co = checkout
b = branch
d = diff
lo = log --oneline
a = add
c = commit