twig icon indicating copy to clipboard operation
twig copied to clipboard

twig configuration for user

Open deeTEEcee opened this issue 10 years ago • 1 comments

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

deeTEEcee avatar Dec 07 '14 02:12 deeTEEcee

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)

deeTEEcee avatar Dec 07 '14 09:12 deeTEEcee