changeset 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 597455a28c49
children 11a349035020
files .gitconfig
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.gitconfig	Thu May 23 18:48:04 2013 -0700
+++ b/.gitconfig	Fri May 24 12:39:45 2013 -0700
@@ -7,3 +7,4 @@
         branches = branch -a
         root = rev-parse --show-toplevel
         st = status
+        up = !git pull mozilla master && git push origin master
\ No newline at end of file