Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Live config may be fetched from wrong repository #9

@colans

Description

@colans

On the destination, there is a git fetch command to grab configuration from the source. However, no repository is specified. As per the man page (emphasis mine),

When no remote is specified, by default the origin remote will be used, unless there’s an upstream branch configured for the current branch.

This is different than this Drush command, which always defaults to origin:

--remote= The remote git repository to use to fetch changes. Defaults to "origin".

The upstream branch can often be the developer's fork (named after the developer, let's say), not origin (or what I prefer to call upstream to avoid ambiguity).

So we should specify the remote repository here. I'll have a patch for this shortly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions