We just migrated to a github forked repo workflow and really miss git-up's "just do the right thing" mentality.
With multiple remotes, gitup just pulls from the immediate fork (origin), and not from upstream repo:
origin [email protected]:bedge/ct-sdk.git (fetch)
origin [email protected]:bedge/ct-sdk.git (push)
upstream [email protected]:XXXX/ct-sdk.git (fetch)
upstream [email protected]:XXXX/ct-sdk.git (push)
Any possibility that git-up could be adapted to optionally fetch form the upstream repo as well as just the origin?
We just migrated to a github forked repo workflow and really miss git-up's "just do the right thing" mentality.
With multiple remotes, gitup just pulls from the immediate fork (origin), and not from upstream repo:
Any possibility that git-up could be adapted to optionally fetch form the upstream repo as well as just the origin?