Skip to content

RaveMaker/GitHub-Multi-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-Multi-Clone

Clone all User or Organization repositories from GitHub.

  • Supports both GIT and HTTPS clone.
  • Supports cloning of all repos even if higher then 100 (GitHub api limit).

Installation

  1. Clone this script from github or copy the files manually to your preferred directory.

  2. Create settings.cfg from settings.cfg.example and change:

# Where to Clone
DEST_FOLDER="/d/Dev/repos/TEST"

# User or Organization Name from GitHub url
GIT_NAME="RaveMaker"

# Select GitHub account type - User=1 Organization=2
USER_ORG="1"

# Select repo clone mode - GIT=1 HTTPS=2
GIT_HTTPS="1"

# Debug mode: set to "false" to enable cloning
DEBUG_MODE="true"

Author: RaveMaker.

About

BASH - Clone all User or Organization repositories from GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages