-
Notifications
You must be signed in to change notification settings - Fork 291
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We work with more than a handful of remotes due to forks.
When a new branch is created, the first remote defined for pushing changes is always preselected.
This is rarely the correct remote.
Let's say we have defined the following remotes:
- bar
- foo
- origin
- upstream
I would like to be able to push new (untracked) branches to origin by default.
Instead, bar is preselected, as this is the first remote alphabetically.
This feature could also improve the solution made for #469 (auto-selection).
Another GIT client (SourceTree) has this feature integrated, I would be happy if it were also possible here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request