This repository contains Bash scripts to manage GitHub repositories efficiently. You can create, push, fetch empty repositories, and delete repositories in bulk from your GitHub account.
| Script | Description |
|---|---|
create_repo.sh |
Create new repositories on GitHub automatically. |
push_repo.sh |
Push multiple local repositories to GitHub. |
fetchempty_repolist.sh |
Fetch and list empty repositories from your GitHub account. |
delete_repo.sh |
Delete repositories listed in a file from your GitHub account (with confirmation). |