config under users/your_user_name/.ssh
Host username1 github.com
Hostname github.com
IdentityFile ~/.ssh/somefile1
User git
Host username2 github.com
Hostname github.com
IdentityFile ~/.ssh/somefile2
User git
git clone username2:some_repo_user/repo_name