複数のgitリポジトリを使う

というエントリーを書いたのですが、この方法でもできますがイマイチでした(´-ω-`)

ちゃんとやるならこれ

cat ~/.ssh/config
 :
Host github
    HostName github.com
    IdentityFile ~/.ssh/id_rsa_for_github
    User git
 :