Revision: 6487
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6487&view=rev
Author:   astraw
Date:     2008-12-04 01:58:58 +0000 (Thu, 04 Dec 2008)

Log Message:
-----------
further improvements to github instructions

Modified Paths:
--------------
    trunk/matplotlib/README.git

Modified: trunk/matplotlib/README.git
===================================================================
--- trunk/matplotlib/README.git 2008-12-04 01:52:51 UTC (rev 6486)
+++ trunk/matplotlib/README.git 2008-12-04 01:58:58 UTC (rev 6487)
@@ -1,7 +1,8 @@
-To clone from the `matplotlib github mirror`_ into the directory
-``mpl.git``, enter the following commands. These instructions assume
-you already have a github login (-- they use the personal
[EMAIL PROTECTED] clone URL instead of the git://github.com clone URL)::
+There is an experimental `matplotlib github mirror`_ of the subversion
+repository. To make a local clone it the directory ``mpl.git``, enter
+the following commands. These instructions assume you already have a
+github login (-- they use the personal [EMAIL PROTECTED] clone URL
+instead of the git://github.com clone URL)::
 
   # This will create your copy in the mpl.git directory             
   git clone [EMAIL PROTECTED]:astraw/matplotlib.git mpl.git
@@ -14,3 +15,15 @@
   git svn fetch -r 6300:HEAD
 
 .. _matplotlib github mirror: http://github.com/astraw/matplotlib
+
+To update your git repository with the latest svn updates from SourceForge::
+
+  git svn rebase
+
+To list what changes will be committed to svn::
+
+  git svn dcommit -n
+
+To commit your changes to svn::
+
+  git svn dcommit 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to