moar aliases to make git less painful
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Tue, 15 May 2012 11:02:49 -0400 | 
    
    
    
        | parents | 
        c78c98ee75cb 
 | 
    
    
        | children | 
        51427e0e3e0d
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        gitconfig  | 
    
Changes
    
--- a/gitconfig	Thu May 10 12:18:07 2012 -0400
+++ b/gitconfig	Tue May 15 11:02:49 2012 -0400
@@ -8,6 +8,8 @@
     excludesfile = /Users/sjl/.gitignore
 
 [alias]
+    tags = tag -l
+    branches = branch -a
     l   = log -16 --color=always --all --topo-order --pretty='format:%Cgreen%h%Creset %s%Cred%d%Creset %C(black bold)(by %an)%Creset'
     ll  = log     --color=always --all --topo-order --pretty='format:%Cgreen%h%Creset %s%Cred%d%Creset %C(black bold)(by %an)%Creset'
     gl  = log -10 --color=always --all --graph --topo-order --pretty='format:%Cgreen%h%Creset %s %C(black bold)(by %an)%Creset%C(yellow bold)%d%Creset%n'