Changes between Version 7 and Version 8 of GitMirror

Show
Ignore:
Timestamp:
02/26/09 13:37:43 (4 years ago)
Author:
peridot
Comment:

use the same git url throughout examples

Legend:

Unmodified
Added
Removed
Modified
  • GitMirror

    v7 v8  
    1313 
    1414Cloning the repository is straightforward: 
    15  
    1615{{{ 
    17 git clone git://github.com/cournape/numpy.git 
     16git clone http://github.com/pv/numpy-svn.git 
    1817}}} 
    1918 
     
    3736Alternatively, execute the following command to get them only once: 
    3837{{{ 
    39 git fetch git://github.com/cournape/numpy.git +refs/remotes/*:refs/remotes/* 
     38git fetch git://github.com/pv/numpy-svn.git +refs/remotes/*:refs/remotes/* 
    4039}}} 
    4140This will tell git to download all the svn branch/tags info available on the git mirror just this time.