https://github.com/raunaksplanet/cloneallrepo
clone_repos.sh is a lightweight Bash script that automates cloning of all public repositories from a GitHub profile or organization. It takes a GitHub URL as input, handles up to 500 repos, skips existing ones, and requires no authentication. Ideal for backups, audits, or offline access.
https://github.com/raunaksplanet/cloneallrepo
automation-tool backup-github-repos devops-tools git-automation github github-automation github-organization github-repo-cloner github-tools repo-downloader shell-script
Last synced: 4 months ago
JSON representation
clone_repos.sh is a lightweight Bash script that automates cloning of all public repositories from a GitHub profile or organization. It takes a GitHub URL as input, handles up to 500 repos, skips existing ones, and requires no authentication. Ideal for backups, audits, or offline access.
- Host: GitHub
- URL: https://github.com/raunaksplanet/cloneallrepo
- Owner: Raunaksplanet
- Created: 2025-07-23T04:59:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T05:02:10.000Z (6 months ago)
- Last Synced: 2025-07-23T07:04:15.874Z (6 months ago)
- Topics: automation-tool, backup-github-repos, devops-tools, git-automation, github, github-automation, github-organization, github-repo-cloner, github-tools, repo-downloader, shell-script
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clone All GitHub Repos
A simple shell script to clone all public repositories of any GitHub user or organization.
## Usage
```bash
chmod +x clone_repos.sh
./clone_repos.sh
````
Example:
```bash
./clone_repos.sh https://github.com/Raunaksplanet
```