Quick and dirty way to use a specific ssh key with git:

GIT_SSH_COMMAND=’ssh -i /home/user/.ssh/otherkey’ git pull