Skip to content

irshadelevision/clone-all-github-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

clone-all-github-repo

script to clone all github repo using token

for i in `curl -H "Authorization: token [[TOKEN]]" https://api.github.com/user/repos?per_page=100 | grep ssh_url | cut -d ':' -f 2-3|tr -d '",'`; do git clone $i; done

Stack Overflow

About

script to clone all github repo using token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published