1

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.

Groben
  • 1,374
  • 2
  • 10
  • 29

1 Answers1

0

Press "Ctrl", select all the projects you want to pull/fetch/push and then click on the button which will launch the command you need.