twig
twig copied to clipboard
twig configuration for user
once i've initialized twig, is there a way to customize whose repository im pointing to? my git branch is a forked version but i want issue browsing and updating to point instead to the repository i forked from. (im guessing parent-child has nothing to do with that)
e.g: im pointing to https://github.com/deeteecee/repos/issues but what i really want is https://github.com/some_organization/repos/issues
i forked yours for now and in github.rb, i basically did a check for an "upstream" branch and if no upstream remote exists, then i check the origin. (i guess in the future, having a --local or --