[pygr-notify] [pygr commit] r103 - wiki

codesite-noreply at google.com codesite-noreply at google.com
Wed Sep 10 20:30:56 PDT 2008


Author: cjlee112
Date: Wed Sep 10 20:30:38 2008
New Revision: 103

Modified:
    wiki/UsingGit.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/UsingGit.wiki
==============================================================================
--- wiki/UsingGit.wiki	(original)
+++ wiki/UsingGit.wiki	Wed Sep 10 20:30:38 2008
@@ -136,6 +136,12 @@
  }}}
  The only difference from the previous method is that this pulls in all the  
commits from a particular branch of someone else's git repository, in this  
case the branch called "staging".

+=== Push master branch to the public git repository ===
+{{{
+git push ssh://cjlee112@repo.or.cz/srv/git/pygr.git master
+}}}
+Replace the username with your own repo.or.cz username...
+
  === Tag a release ===
  {{{
  git tag v0.7.1



More information about the pygr-notify mailing list