ardisaurus / vscode-gitflow

Gitflow integration for Visual Studio Code
8 stars 2 forks source link

Support for multiple repositories in a workspace #6

Open glamax13 opened 3 years ago

glamax13 commented 3 years ago

Hi,

I am used to develop packages and i would have liked to know if it could be possible to manage gitflow per repositories open.

I know that support for multiple repositories in the same SCM in VSCODE is fairly new but it would really be a relieve to me not to have to open multiple windows in order to manage my repositories with gitflow.

I haven't found any addon supporting this functionality so i don't know if it is a hard feature to make or even an usefull one to a lot of people but i thought that i still would introduce the idea.

Thanks for your time and your work!

tguenneguez commented 2 years ago

Some idea to implement here : https://github.com/anhthang/vscode-gitflow

jianboy commented 8 months ago

Let me describe the function. Vscode will detect all git repositories under the current project, including subfolders. When a project is version controlled, you can perform corresponding operations on the taskbar.

image

This plug-in can also implement the detection function, and then execute the corresponding git commands in the subdirectory.

image