I downloaded the portable version of Git for Win32, which comes in a self-extracting package. I wanted to be able to commit from anywhere (my flashdrive), but I have no idea how to use a public key that does not belong to users /USERNAME/.ssh. How to configure Git to automatically use keys in another directory?
(I can generate keys in other directories, but Git automatically sends the keys to c: /users/me/.ssh)
NOTE. I am using Win32! Not Linux or OSX!
Miles source
share