git pull   is the same as...

 

git fetch

git merge


Rebase (replay a branch on top of another node )

 

git pull rebase

• pull master

• rebase my branch onto master