SyntaxFix
Write A Post
Hire A Developer
Questions
A regular pull is fetch + merge, but what you want is fetch + rebase. This is an option with the pull command:
pull
git pull --rebase