https://github.com/boredsquirrel/git-clone-all
Easily clone all git repos of a user account
https://github.com/boredsquirrel/git-clone-all
Last synced: 3 months ago
JSON representation
Easily clone all git repos of a user account
- Host: GitHub
- URL: https://github.com/boredsquirrel/git-clone-all
- Owner: boredsquirrel
- License: gpl-3.0
- Created: 2023-03-22T18:25:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T18:34:36.000Z (over 3 years ago)
- Last Synced: 2025-03-22T02:15:09.304Z (over 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-clone-all
Easily clone all Github repos of a user account
Install
```
wget https://github.com/trytomakeyouprivate/git-clone-all/raw/main/git-clone-all -p ~/.local/bin/ && chmod +x ~/.local/bin/git-clone-all && echo "successfully installed git-clone-all."
```
make sure `~/.local/bin` is in your $PATH (check `~/.bashrc`, `~/.config/fish/config.fish` or whatever shell you use)