git remote -v git fetch origin master git log -p master.. origin/master 如果本地已修改需要 git stash git merge origin/master 相关文章: