9 | | -r is for the revision to start taking history from. If you want to include all of the history, just leave that option off, but it will take a very long time, and you really don't need all of it. You could also ask around for a tarball of the repo with history if you don't want to use the bandwidth and time. |
| 9 | -r is for the revision to start taking history from. If you want to include all of the history, just leave that option off, but it will take a very long time, and you really don't need all of it. Because importing all of history is *very* time consuming, DukeLeto has already gone through the trouble and maintains a github mirror of Parrot at http://github.com/leto/parrot/tree/upstream . |
| 10 | {{{ |
| 11 | git clone git://github.com/leto/parrot.git |
| 12 | cd parrot && git fetch && git checkout -b upstream origin/upstream |
| 13 | }}} |
| 14 | |
| 15 | You can also download a zip file of the latest Parrot github mirror at http://github.com/leto/parrot/zipball/upstream . |