In my .gitconfig, I have a snippet that looks like this:
[url "git@github.com:"]
insteadOf = gh:
This allows me to clone github repos using gh:user/repo as the clone URL. magithub doesn't detect these as Github repositories by default although git remote get-url origin shows the full git@github.com:user/repo URL.
In my
.gitconfig
, I have a snippet that looks like this:This allows me to clone github repos using
gh:user/repo
as the clone URL.magithub
doesn't detect these as Github repositories by default althoughgit remote get-url origin
shows the fullgit@github.com:user/repo
URL.