https://github.com/neelabalan/gca
clone all public repositories of user along with gists
https://github.com/neelabalan/gca
cli clone git github python repostiory terminal
Last synced: about 2 months ago
JSON representation
clone all public repositories of user along with gists
- Host: GitHub
- URL: https://github.com/neelabalan/gca
- Owner: neelabalan
- License: mit
- Created: 2020-11-29T16:18:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T06:07:36.000Z (over 3 years ago)
- Last Synced: 2025-09-29T12:51:30.144Z (9 months ago)
- Topics: cli, clone, git, github, python, repostiory, terminal
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gca (github clone all)
[](https://codecov.io/gh/neelabalan/gca)
[](https://badge.fury.io/py/ghub-clone)
> simple script to clone all public repositories of a user

## installation
```bash
pip install ghub_clone
# git needs to be in system path
```
## usage
```bash
# user
gca --user neelabalan
# to not download github gists of the user
gca --user --ignore-gist neelabalan
# org
gca --user microsoft
```