Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

clone all github repos

curl --request GET 
--url "https://api.github.com/users/$GHUSER/repos?per_page=1000" 
--header "Authorization: Bearer YOUR-TOKEN" | grep -o 'git@[^"]*' | xargs -L1 git clone
Comment

how to clone all repos at once from github

CNTX={users|orgs}; NAME={Sinoxolo-PAL}; PAGE=1
curl "https://api.github.com/$CNTX/$NAME/repos?page=$PAGE&per_page=100" |
  grep -e 'clone_url*' |
  cut -d " -f 4 |
  xargs -L1 git clone
Comment

PREVIOUS NEXT
Code Example
Shell :: connect to host gitlab.com port 22: Connection refused deploy key 
Shell :: permissão para usuario executar o docker 
Shell :: check if file contains string bash 
Shell :: cmd continue after venv activate 
Shell :: executable post recieve git hook 
Shell :: vscode .ps1 is not digitally signed 
Shell :: check node instances 
Shell :: edit git commits 
Shell :: install bjsmasth 
Shell :: how to install multible package in linux one line of code 
Shell :: https://physionet.org/files/chf2db/1.0. 
Shell :: basic config palo alto cli 
Shell :: 14 http://packages.ros.org/ros/ubuntu bionic InRelease The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org Fetched 4,680 B in 3s (1,803 B/s) 
Shell :: pip install PyPortfolioOpt 
Shell :: --name-status flag for git command 
Shell :: hide ssd icon in ubuntu 
Shell :: Add Git Branch Name to Terminal Prompt (zsh) 
Shell :: download it from Ubuntu package archives from a working computer, save it in a usb drive, mount it from tty1, and then use dpkg to install it. 
Shell :: how to check everything inside every folder bash linux 
Shell :: select all folder except one in command line 
Shell :: read gitignore file 
Shell :: cpanel /home/cPanelInstall 
Shell :: lightweight tag git 
Shell :: sane in ubuntu 
Shell :: ubuntu install gerrit 
Shell :: how to install netdata on ubuntu wsl2 
Shell :: remove last field using awk 
Shell :: bash multiply float 
Shell :: GHDB categories 
Shell :: how to install particular version of rabbitmq 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =