ryan-williams/git-helpers

load-github-prs not working

danvk opened this issue · 3 comments

$ git load-github-prs
Remote 'origin' doesn't appear to be a github remote: None@github.com
$ git remote -v
origin  https://github.com/hammerlab/cycledash.git (fetch)
origin  https://github.com/hammerlab/cycledash.git (push)

maybe trouble parsing my remote?

weird, not working for me either right now

try that fix @danvk

yep, that did the trick! thanks!