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?

0
3 comments

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.

0

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

1

Please sign in to leave a comment.