Changes between Version 7 and Version 8 of GitMirror
- Timestamp:
- 02/26/09 13:37:43 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitMirror
v7 v8 13 13 14 14 Cloning the repository is straightforward: 15 16 15 {{{ 17 git clone git://github.com/cournape/numpy.git16 git clone http://github.com/pv/numpy-svn.git 18 17 }}} 19 18 … … 37 36 Alternatively, execute the following command to get them only once: 38 37 {{{ 39 git fetch git://github.com/ cournape/numpy.git +refs/remotes/*:refs/remotes/*38 git fetch git://github.com/pv/numpy-svn.git +refs/remotes/*:refs/remotes/* 40 39 }}} 41 40 This will tell git to download all the svn branch/tags info available on the git mirror just this time.
