git fetch origin master --获取远程数据
git merge remotes/origin/master --合并远程分支(master)数据到本地当前分支(master)
对于不需要分支的小项目,你可能会用到。