From: Joey Hess Date: Thu, 11 Oct 2007 05:04:31 +0000 (-0400) Subject: git push on commit, as per the documentation X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/8200c01ad21ff0fbe3e9fcff6f25b645a2b813be?ds=sidebyside git push on commit, as per the documentation --- diff --git a/mr b/mr index 2a43906..2932ea3 100755 --- a/mr +++ b/mr @@ -351,6 +351,7 @@ commit = \ svn commit "$@"; \ elif [ -d .git ]; then \ git commit -a "$@"; \ + git push --all; \ else \ echo "mr commit: unknown RCS"; \ exit 1; \