あった
ssh - How to tell git which private key to use? - Super User
$ git config --local core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null"
Gitで使用するユーザー名とメールアドレスを変更する場合は以下
$ git config --local user.name "ユーザー名" $ git config --local user.email メールアドレス