Closed emanresusername closed 6 years ago
Hi, thanks for the comic. I will be using that at work tomorrow.
As for your problem, you can add git-1
etc... to git-link-remote-alist
.
So in your case, something like this (not tested):
(add-to-list 'git-link-remote-alist '("^git-[0-9]+" git-link-github))
Let me know if that works.
probably would have 😅
as it turned out this was all i needed and i could drop the fancy host ~/.ssh/config
stuff 👌
what i did
for reference
assuming i have the following in my
~/.ssh/config
and a git repo with the following in its
.git/config
use git-link
what happened
no handler for git-1
:(what i want
link to
github.com/org/repo/path/to/whatever/is/appropriate
no idea what this would take, apologies in advance if it's one of these 😅