gh-clone-org
gh-clone-org copied to clipboard
clone using ssh instead of https?
Is is possible to clone org repos using ssh instead of https? Thanks
The script just calls gh repo clone
, so it should use your github cli settings. Try running gh config set git_protocol ssh
to have it clone using ssh.