sumairz / clone-git-repos-on-local-drive-python

Clone a list of git repos on local drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config file
url = {Page contains git repo links}
root_directory = {Path to clone git repository on local machine}



To run the script open command line on windows and type

get_git config

It will take "config" as an argument and read the parameters inside the file. The script will loop through all the git repo links it finds inside the URL you provided.

About

Clone a list of git repos on local drive


Languages

Language:Python 100.0%