Interaction with Remotes
git pull
Merges remote branch into current branch.
It has two consecutive steps:
git fetchgit merge FETCH_HEAD
git pullMerges remote branch into current branch.
It has two consecutive steps:
git fetchgit merge FETCH_HEAD