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.9k stars 244 forks source link

Include manually added sub-repos in config export #754

Open tcardlab opened 1 year ago

tcardlab commented 1 year ago

Describe the improvement that you'd like Rather than instructing everyone to do so, it would be nice to the config just set everyone up correctly out of the box.

Additional context (optional) I'm working with a meta repo, where there are often several sub-repos. This git mod allows one to dispatch commands to all sub-repos to keep everything in step when necessary. For that reason, an ability to view all the sub-repos at once would also be neat (but understandably too niche to implement). Although, an easier alternative might be to enable multiple tabs I suppose.