Skip to content

This is a Python script that can be used to clone several Git repositories defined, via URL, into a text file.

License

Notifications You must be signed in to change notification settings

m3ssap0/massive-git-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License

See the LICENSE file for details.

About

This is a Python script that can be used to clone several Git repositories defined, via URL, into a text file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages