I have two ssh keys to work with github - my own and one from organisation where I'm working. My key was generated automatically by github gui client and the other one was generated by portablegit. My .ssh folder looks like:
github_rsa <--- my key
github_rsa.pub
id_rsa <--- org key
id_rsa.pub
When I use portablegit it takes the key with name 'id_rsa' but sometimes I need to use my key too. How can I setup default key?