Github - use specific ssh key

Specify SSH key path while running GIT commands

#format
GIT_SSH_COMMAND='ssh -i <ssh-key-path>' <git command>

#example
GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa1' git pull origin master