how to clone pull all repositories from github
CNTX={users|orgs}; NAME={username|orgname}; PAGE=1
curl "https://api.github.com/$CNTX/$NAME/repos?page=$PAGE&per_page=100" |
grep -e 'git_url*' |
cut -d \" -f 4 |
xargs -L1 git clone
Also in Shell:
- powershell get arguments
- show directory size linux
- git clone submodule
- git diff two commits
- git worktree
- docker install ubuntu
- how to manage github repository
- git diff show only files
- list used ports on mac
- how to remove an apt repository
- linux command for get whole website
- git clone
- how to uninstall npm package
- ubuntu add user to group
- linux spotify client
- how to create gitignore
- check apache version ubuntu
- adding remote origin git
- greater than certain value from pipe shell
- npm run custom script
- how to check error logs in linux
- conda install from yaml
- kill all python processes ubuntu
- linux min 19.10 install virtualbox