comparison .gitconfig @ 392:1b6d7be776ca

add pushbug command
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 29 Jul 2013 13:44:05 -0700
parents b27ea86a9c9e
children d214e0f38ab1
comparison
equal deleted inserted replaced
391:cccfe246452e 392:1b6d7be776ca
6 [alias] 6 [alias]
7 branches = branch -a 7 branches = branch -a
8 branchname = git rev-parse --abbrev-ref HEAD 8 branchname = git rev-parse --abbrev-ref HEAD
9 discard = reset HEAD --hard 9 discard = reset HEAD --hard
10 patch = !git diff > ~/$(git rev-parse --abbrev-ref HEAD).diff 10 patch = !git diff > ~/$(git rev-parse --abbrev-ref HEAD).diff
11 pushbug = !git push origin $(git rev-parse --abbrev-ref HEAD)
11 root = rev-parse --show-toplevel 12 root = rev-parse --show-toplevel
12 st = status 13 st = status
13 up = !git pull mozilla master && git push origin master 14 up = !git pull mozilla master && git push origin master