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

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

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)