Simple "git pull"
Answered
Hello.
Is there a way to do simple "git pull" on the current branch?
Or I have to always go thru "pull dialog" and make sure I have current branch selected there?
Please sign in to leave a comment.
You can use "Update project" action as per:
https://www.jetbrains.com/help/idea/sync-with-a-remote-repository.html#update
Thanks. However, this pulls changes from all remote branches. As we have quite big monorepo with many branches, I am not interested in 98% of them.
It seems that you have multiple repositories in your project (please check Git | Manage remotes) and you have "Execute branch operations on all roots"
You can also use "Update selected" action in Branches pane (on a left side from a log) - It should update only a branch that you have in focus