The opposite of Push is Fetch
Pull = Fetch + Merge
Or, in .gitconfig:
[pull] rebase = true
Pull = Fetch + Rebase