git pull A

git checkout A
git fetch origin A
git merge FETCH_HEAD
と同じ?