GitHubのリポジトリを移すときに使う
curl -s -u <username>:<password> https://github.com/api/v3/orgs/:org/repos | jq '.[].ssh_url' | sed -e 's/"//g' | xargs -I{} git clone {}
Go to list of users who liked
More than 5 years have passed since last update.
GitHubのリポジトリを移すときに使う
curl -s -u <username>:<password> https://github.com/api/v3/orgs/:org/repos | jq '.[].ssh_url' | sed -e 's/"//g' | xargs -I{} git clone {}
Register as a new user and use Qiita more conveniently
Go to list of users who liked