Skip to content

[Feature] Default remote #534

@srn271

Description

@srn271

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions