r77932 - /website/git.pod

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jul 27 20:28:41 UTC 2011


Author: dmn
Date: Wed Jul 27 20:28:37 2011
New Revision: 77932

URL: http://svn.debian.org/wsvn/?sc=1&rev=77932
Log:
suggest committing with mr, for the added benefit that changes are immediately pushed to the original repository on alioth

Modified:
    website/git.pod

Modified: website/git.pod
URL: http://svn.debian.org/wsvn/website/git.pod?rev=77932&op=diff
==============================================================================
--- website/git.pod (original)
+++ website/git.pod Wed Jul 27 20:28:37 2011
@@ -118,7 +118,10 @@
 This will ssh to alioth, run B<setup-repository> there with the right
 arguments, then push the local repository over there.
 
-From then on, just use B<git push --all && git push --tags> as usual.
+From then on, just use C<git push --all && git push --tags> as usual or use
+C<mr> for committing, which also pushes the changes to the original repository
+on alioth (you still have to push any non-active branches or tags via C<git
+push>).
 
 =head3 the long story
 




More information about the Pkg-perl-cvs-commits mailing list