how to clone all git repositories
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
GHUSER=CHANGEME; curl "https://api.github.com/users/$GHUSER/repos?per_page=1000" | grep -o 'git@[^"]*' | xargs -L1 git clone
Also in C++:
- how to install flash
- unzip ubuntu
- mongo install linux
- how to switch branch
- codelyzer angular 10 install
- linux invalid filename fix
- bash add text to the beginning or end of every line
- how to clone all git repositories
- # Check failed: allocator->SetPermissions(reinterpret_cast<void*>(region.begin()), region.size(), PageAllocator::kNoAccess).
- make tarball backup of director
- why upgrade ubuntu then frequently shows this message "It iwating for cache lock: Could not get lock /var/lib/dpkg/lock.frontend.
- vmware can't edit vm settings
- ubuntu install blender
- i wrongly deleted code , can i retrieve through git command
- install docker on wsl
- how to check machine is 32bit or 64bit linux
- how download google drive file with wget
- angular firebse via github action
- use linux to call via android phone
- who is affected by meningitis
- linux how to check version of package
- how to install rebar3
- how to add comments in terminal ubuntu
- shell use command output as string