なんとな~くしあわせ?の日記

「そしてそれゆえ、知識そのものが力である」 (Nam et ipsa scientia potestas est.) 〜 フランシス・ベーコン

Gitリポジトリで使う秘密鍵を切り替える

つまりGitリポジトリごとに複垢を使うようなものなのですが

あった

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 メールアドレス