Answers for "git use ssh instead of https"

0

git https to ssh

git remote set-url origin [email protected]:username/repo-name-here.git
Posted by: Guest on June-13-2021
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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language