# HG changeset patch # User Jeff Hammel # Date 1368214573 25200 # Node ID 498210b6e1a90f76d9ad4249ac0ca23bf36b11a7 # Parent f890a12d8cf5cf2569ae9f5c1ddf41eabbd1ff80 add branches alias diff -r f890a12d8cf5 -r 498210b6e1a9 .gitconfig --- 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