changeset 288:498210b6e1a9

add branches alias
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 10 May 2013 12:36:13 -0700
parents f890a12d8cf5
children e1a861bbb559
files .gitconfig
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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