zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 71 forks source link

[Question] can I pull mutiple projects at one time #507

Closed Happy-ArthurYang closed 8 months ago

Happy-ArthurYang commented 8 months ago

Describe the bug I will work with mutiple projects at one time, currently I can only pull data one by one, wnat to know can I pull mutiple projects at one time, on need to right mouse and find find the Git/pull options?

image

zielu commented 8 months ago

Hi, this is part of standard IDE Git integration - you can do Git > Update Project...

Happy-ArthurYang commented 8 months ago

Thank you very much!