-
Notifications
You must be signed in to change notification settings - Fork 717
Open
Labels
UIAny broken visuals like layouts, colors etc.Any broken visuals like layouts, colors etc.enhancementAn improvement to an existing featureAn improvement to an existing feature
Description
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:
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
Labels
UIAny broken visuals like layouts, colors etc.Any broken visuals like layouts, colors etc.enhancementAn improvement to an existing featureAn improvement to an existing feature