To use different ssh key depending on the repository

By kenneth, Thu, 03/19/2020 - 14:31
git config core.sshCommand "ssh -o IdentitiesOnly=yes -i ~/.ssh/id_rsa -F /dev/null"