Clone a new project for a new account
GIT_SSH_COMMAND='ssh -i ~/.ssh/<id_rsa_custom>' git clone [email protected]:<your-project>.gitConfigure git to use the custom GIT_SSH_COMMAND
git config core.sshCommand 'ssh -i ~/.ssh/<id_rsa_custom>'Note: run this command inside of the repo