mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.97k stars 261 forks source link

Specify which remotes are included when pressing the "Fetch & Prune" button #764

Open rustyx opened 1 year ago

rustyx commented 1 year ago

When I press the "Fetch & Prune from Remote(s)" button, all remotes in my repo are fetched. Is there a way to have only the "origin" remote fetched when pressing this button (like the git fetch command would do)?

image

I have many remotes that are not always reachable, so pressing this button causes a timeout error, which is very inconvenient.

TieWay59 commented 11 months ago

image

There is a workaround for this issue by clicking the button in the setting popping-up window.