https://github.com/m3ssap0/massive-git-clone
This is a Python script that can be used to clone several Git repositories defined, via URL, into a text file.
https://github.com/m3ssap0/massive-git-clone
git git-clone python
Last synced: 11 months ago
JSON representation
This is a Python script that can be used to clone several Git repositories defined, via URL, into a text file.
- Host: GitHub
- URL: https://github.com/m3ssap0/massive-git-clone
- Owner: m3ssap0
- License: unlicense
- Created: 2018-10-09T14:33:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T21:49:58.000Z (11 months ago)
- Last Synced: 2025-02-26T22:30:03.044Z (11 months ago)
- Topics: git, git-clone, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# massive-git-clone
This is a Python script that can be used to clone several Git repositories defined, via URL, into a text file.
## Help
```
$ ./massive-git-clone.py --help
usage: massive-git-clone.py [-h] -i INPUT -o OUTPUT [-a AUTH] [-v]
This is a Python script that can be used to clone several Git repositories defined, via URL, into a text file. - 2.0 (2025-02-26)
options:
-h, --help show this help message and exit
-i INPUT, --input INPUT
Input file with the Git repositories URLs.
-o OUTPUT, --output OUTPUT
Output folder where the repositories will be cloned.
-a AUTH, --auth AUTH Will ask for username and password to clone private repositories.
-v, --verbose Verbose mode
```
## Authors
* **Antonio Francesco Sardella** - *implementation* - [m3ssap0](https://github.com/m3ssap0)
## License
See the [LICENSE](LICENSE) file for details.