Single post
Just discovered in the doc that it is easy to set a specific ssh key in a local repository to fetch/push toward a remote one.
git config set core.sshCommand "ssh -F /dev/null -i ~/.ssh/mykey"
Just discovered in the doc that it is easy to set a specific ssh key in a local repository to fetch/push toward a remote one.
git config set core.sshCommand "ssh -F /dev/null -i ~/.ssh/mykey"