[pygr-notify] [pygr commit] r243 - Edited wiki page through web user interface.

codesite-noreply at google.com codesite-noreply at google.com
Fri Jun 12 17:12:44 PDT 2009


Author: cjlee112
Date: Fri Jun 12 17:12:16 2009
New Revision: 243

Modified:
    wiki/UsingGit.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/UsingGit.wiki
==============================================================================
--- wiki/UsingGit.wiki	(original)
+++ wiki/UsingGit.wiki	Fri Jun 12 17:12:16 2009
@@ -288,6 +288,12 @@
  git tag v0.7.5 78ac23bb
  }}}

+=== Push a tag to the repository ===
+{{{
+git push origin tag v0.8.0.alpha2
+}}}
+In this case, "origin" means my github repository.
+
  = Additional Tutorials =
  There are a *lot* of tutorials on how to use git.  Here are some I've  
found useful:
    * the [http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html  
standard git tutorial]



More information about the pygr-notify mailing list