comparison .gitconfig @ 313:d6587ced0f07

need this alias for no more typing
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 24 May 2013 12:39:45 -0700
parents 2a1eeec1b4ea
children f8ef5a974df8
comparison
equal deleted inserted replaced
312:597455a28c49 313:d6587ced0f07
5 email = jhammel@mozilla.com 5 email = jhammel@mozilla.com
6 [alias] 6 [alias]
7 branches = branch -a 7 branches = branch -a
8 root = rev-parse --show-toplevel 8 root = rev-parse --show-toplevel
9 st = status 9 st = status
10 up = !git pull mozilla master && git push origin master