keywords: git pull与git fetch的用法

slogan_image

命令

git pull origin master

等价于

git fetch origin master
git merge origin/master