GitHubのリポジトリを移すときに使う
curl -s -<username>:<password> https://github.com/api/v3/orgs/:org/repos | jq '.[].ssh_url' | sed -e 's/"//g' | xargs -I{} git clone {}
GitHubのリポジトリを移すときに使う
curl -s -<username>:<password> https://github.com/api/v3/orgs/:org/repos | jq '.[].ssh_url' | sed -e 's/"//g' | xargs -I{} git clone {}