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.89k stars 241 forks source link

Show Tracked Remote Branches #257

Open RenaudF opened 4 years ago

RenaudF commented 4 years ago

Currently we have (at the time of writing):

In my current setup we use a branching model on a large SPA and there are wayyyy too many branches to filter. I'm only really interested in seeing those branches I've already checked out locally, to keep track of changes. I'd be happy with another [ ] Show Tracked Branches Only type filter or anything really that allows another angle of filtering. Otherwise this plugin really kicks ass.

mhutchie commented 4 years ago

Thanks for raising this feature request, it would definitely be nice to have in Git Graph!