# HG changeset patch # User Jeff Hammel # Date 1369424385 25200 # Node ID d6587ced0f072b3d3a08becfbe40c90dc0628948 # Parent 597455a28c491319433cfaac46e4f12a912985ef need this alias for no more typing diff -r 597455a28c49 -r d6587ced0f07 .gitconfig --- 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