This is a Python 2.7 script that can be used to clone several Git repositories defined, via URL, into a text file.
pip install gitpython
massive-git-clone.py -i|--input <input_file> [-d|--destination <destination_folder>] [-u|--username <git_username>] [-p|--password <git_password>]
- Antonio Francesco Sardella - main implementation - m3ssap0
This project is licensed under the Apache License Version 2.0 - see the LICENSE.txt file for details.