vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 62 forks source link

magithub doesn't detect Github remotes using insteadOf shortcuts #365

Closed hyperair closed 5 years ago

hyperair commented 5 years ago

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.

vermiculus commented 5 years ago

Duplicate of #324