git pull --rebase example
Example 1: what is git pull rebase
The content of your work tree should end up the same in both cases; you've just created a different history leading up to it.
Example 2: git pull
git checkout new_feature
git pull <remote repo>