Just use the Version Control -> Update Project action. There you can choose the update method: through merge ( git pull ) or through rebase ( git pull --rebase ) or by default for the current branch (by default it is a merge).
The action also has more features than Pull: it commits / releases your uncommitted changes, if you have them, and restores them after the update.
source share