How can I perform the same operation on all my projects?
Top
Previous
Next
You should create an "umbrella" project that groups all your projects. For example, if you have:
ProjectX
-> C:\Projects\ProjectX
ProjectY
-> C:\Projects\ProjectY
Then, create:
Projects
-> C:\Projects
All operations on
Projects
, including configuration options setting, branch creation, local work folder settings, etc. are inherited by all projects.