A powerful command-line tool that allows you to clone multiple Git repositories simultaneously with ease. Perfect for developers who work with multiple repositories, need to set up development environments quickly, or want to batch clone repositories from organizations or users.
Before gclone:
- Manual cloning of multiple repositories one by one
- Repetitive
git clonecommands - Difficulty managing multiple repository downloads
- No easy way to clone all repositories from a GitHub user/organization
After gclone:
- Clone multiple repositories with a single command
- Batch download from GitHub users, organizations, or custom lists
- Simple CLI interface
curl -sSL https://raw.githubusercontent.com/chetanr25/mass-git-cloner/main/install.sh | bashgo install github.com/chetanr25/mass-git-cloner/cmd/git-clone@latest- Go to Releases
- Download the binary for your platform
- Make it executable and move to your PATH:
| Platform | Architecture | Status |
|---|---|---|
| macOS | Intel (x86_64) | ✅ Supported |
| macOS | Apple Silicon (ARM64) | ✅ Supported |
| Linux | x86_64 | ✅ Supported |
| Linux | ARM64 | ✅ Supported |
| Windows | x86_64 | ✅ Supported |
| Windows | x86 (32-bit) | ✅ Supported |
mass-git-cloner/
├── cmd/git-clone/ # Main application entry point
├── internal/ # Internal packages
├── releases/ # Pre-built binaries
This project is licensed under the MIT License - see the LICENSE file for details.