An open API service indexing awesome lists of open source software.

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.

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
```