Skip to content

Allow to use upstream branch to checkout when fork is used #95

Description

@xepozz

Would be nice to have an ability to use upstream/master when you using a fork.
master from fork can be outdated and you will work with outdated code base.

I think it can be configured in packages.php like the following:

return [
    // ....
    'yii-web' => [
        'upstream' => 'yiisoft/yii-web',
        'origin' => 'xepozz/yii-web',
    ],
    // ....
];

or any handy ways.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions