Answers for ".git config ssh key"

1

git specify ssh key for repo

# Add this to ~/.ssh/config
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa_github
Posted by: Guest on February-23-2021
0

git global settings ssh

git remote set-url origin [email protected]:username/repo-name-here.git
Posted by: Guest on June-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language