Skip to content

Fetch UI action should only fetch upstream remote #10959

@torarnv

Description

@torarnv

When triggering the fetch action from the UI it currently fetches from all remotes in the repo.

This is a bit surprising, given that the UI explicitly describes the upstream remote:

Image

It also doesn't match the git fetch default behavior, which just fetches the upstream remote. GB currently behaves as if the user was doing git fetch --all, but doesn't seem to respect remote.<name>.skipFetchAll, which would allow the user to avoid fetching specific remotes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    UIAny broken visuals like layouts, colors etc.enhancementAn improvement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions