Update clone.py
Update docs.
timmy61109 authored 24 days ago
Jelmer Vernooij committed 24 days ago
3 | 3 | |
4 | 4 | Example usage: |
5 | 5 | 1. python examples/clone.py git://github.com/jelmer/dulwich |
6 | 2. python examples/clone.py git://github.com/jelmer/dulwich.git dulwich | |
6 | 2. python examples/clone.py git://github.com/jelmer/dulwich.git | |
7 | 3. python examples/clone.py git://github.com/jelmer/dulwich.git dulwich | |
7 | 8 | """ |
8 | 9 | |
9 | 10 |