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

codesite-noreply at google.com codesite-noreply at google.com
Fri May 1 13:01:51 PDT 2009


Author: cjlee112
Date: Fri May  1 12:41:09 2009
New Revision: 199

Modified:
    wiki/ViewSource.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/ViewSource.wiki
==============================================================================
--- wiki/ViewSource.wiki	(original)
+++ wiki/ViewSource.wiki	Fri May  1 12:41:09 2009
@@ -2,19 +2,18 @@

  = Introduction =

-We use git as our source code repository system.  You can access the  
public git repository for Pygr at http://repo.or.cz/w/pygr.git.  The  
*master* branch in our repository represents the main line of Pygr  
development (i.e. the next release).
+We use git as our source code repository system.  You can access the  
public git repository for Pygr at http://github.com/cjlee112/pygr.  The  
*master* branch in our repository represents the main line of Pygr  
development (i.e. the next release).

  Feel free to grab your own copy of the git repository:

-`git clone git://repo.or.cz/pygr.git`
+`git clone git://github.com/cjlee112/pygr.git`

-For a quick summary of how we use git, see our page UsingGit.  To get git,  
or learn more information about how to use it, see http://git.or.cz/
+However, we recommend you first create an account on [http://github.com  
github.com], then create a fork of the [http://github.com/cjlee112/pygr  
master git repository] on github.com.  That way, you can easily expose your  
experimental branches to others, or ask us to incorporate your changes into  
the master branch (using a github "pull request").  [http://github.com  
Github] provides a lot of great tools for code collaboration.  For a quick  
summary of how we use git, see our page UsingGit.  To get git, or learn  
more information about how to use it, see http://git-scm.com/

  Note that we will not be actively using the Subversion repository here at  
Google Code, at least for the moment.  Synchronizing the Google Code  
subversion server against git proved just to be too flakey.

  = Github "experimental" branches =
  Several of us are also using Github to host our own "experimental  
branches" of Pygr, i.e. code changes that have not yet been chosen for  
addition to the master branch.  Here are links to some of our experimental  
branch repositories:
- * http://github.com/cjlee112/pygr/tree/master
   * http://github.com/ialbert/pygr-psu/tree/master
   * http://github.com/ctb/pygr/tree/master




More information about the pygr-notify mailing list