diff .gitconfig @ 288:498210b6e1a9

add branches alias
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 10 May 2013 12:36:13 -0700
parents ce34e4e8f357
children 2a1eeec1b4ea
line wrap: on
line diff
--- a/.gitconfig	Fri May 10 12:13:30 2013 -0700
+++ b/.gitconfig	Fri May 10 12:36:13 2013 -0700
@@ -4,4 +4,5 @@
 	name = Jeff Hammel
 	email = jhammel@mozilla.com
 [alias]
-        st = status
\ No newline at end of file
+        st = status
+        branches = branch -a
\ No newline at end of file