Is there a way to setup IntelliJ to do `git fetch`...
# random
p
Is there a way to setup IntelliJ to do
git fetch
and then merge ALL local branches on
Update project
?
k
I think
git extender
plugin does something like this
e
You can just go to main menu VCS -> Git -> Pull, then select all branches (Cmd/Ctrl-A, then SPACE)