Subject: | Take ~/.ssh/config into account when trying to guess repo location |
Basically put, my repos are all gh:frioux/foo instead of
git@github.com:frioux/foo.git. This is because the following is in my
~/.ssh/config
host gh
user git
hostname github.com
port 22
identityfile ~/.ssh/keys/id_rsa
it would be great if you parsed that file to do a more complete job of
guessing the repo url.