Mercurial > hg > config
diff .gitconfig @ 428:59e6c8115a97
.gitconfig
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 06 Aug 2013 23:08:42 -0700 |
parents | d214e0f38ab1 |
children | 2786c3293fb5 |
line wrap: on
line diff
--- a/.gitconfig Tue Aug 06 18:45:06 2013 -0700 +++ b/.gitconfig Tue Aug 06 23:08:42 2013 -0700 @@ -12,3 +12,4 @@ root = rev-parse --show-toplevel st = status up = !git pull mozilla master && git push origin master + wip = !git commit -a -m 'wip' && git push origin $(git rev-parse --abbrev-ref HEAD) \ No newline at end of file