I have several projects in Netbeans all with their respective Git repository. With the SVN plugin I was able to get the changes, update and commit for all the projects at once.
I want to know if there is a way in Netbeans to do that:
- fetch multiple repositories at once (on current branch),
- pull multiple repositories at once (on current branch),
- commit/push on multiple repositories at once (on current branch),
- bonus: create branch with the same name on multiple repositories at once,
- bonus 2: commit and push in one operation.
Right now I have to update each project one after the other and it is taking quite the time...
Thank you.