Answers for "setup a git ssh"

0

terminal git add ssh key

$ ssh-add ~/.ssh/id_rsa
Posted by: Guest on October-06-2020
6

git use ssh

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