microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.38k stars 28.62k forks source link

Git: Support display of more than one remote under Incoming section of SCM view #203993

Open gjsjohnmurray opened 7 months ago

gjsjohnmurray commented 7 months ago

Type: Feature Request

As a contributor to OSS I have the following setup:

> git remote -v
origin  https://github.com/gjsjohnmurray/vscode.git (fetch)
origin  https://github.com/gjsjohnmurray/vscode.git (push)
upstream        https://github.com/microsoft/vscode.git (fetch)
upstream        https://github.com/microsoft/vscode.git (push)

To update my tracking branch I currently do the following while on 'main':

  1. Run Fetch From All Remotes from the Pull, Push submenu (or from Command Palette)
  2. Run Merge... from the Branch submenu
  3. Pick upstream/main

It'd be nice to have 'upstream/main' inthe Incoming section as well as 'origin/main', and for it to offer 'Fetch' and 'Merge' buttons.

VS Code version: Code - Insiders 1.87.0-insider (442c133fe92b5e2606c8242caae4e68938faccc7, 2024-02-01T09:49:33.086Z) OS version: Windows_NT x64 10.0.22621 Modes:

VSCodeTriageBot commented 7 months ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

VSCodeTriageBot commented 5 months ago

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

VSCodeTriageBot commented 5 months ago

:slightly_frowning_face: In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

gjsjohnmurray commented 1 month ago

@lszomoru please reconsider making improvements to the Incoming/Outgoing area to make it more useful for contributors to a project, who routinely work with two remotes.