Answers for "git config ssh protocol"

0

git use ssh instead of https

git config --global url.ssh://[email protected]/.insteadOf https://github.com/
Posted by: Guest on October-29-2020
0

git config ssh protocol

gh config set -h github.com git_protocol ssh # The new GitHub CLI
Posted by: Guest on January-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language