You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 -- for these situations would make sense. to be more specific, im thinking of how to differentiate which repos are forks and which ones are ones you own)
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
The text was updated successfully, but these errors were encountered: