Git pull 时间:2019-04-01 23:55:28 git poll# 从远程仓库拉取变更。 常用操作# 拉取远程分支的提交到当前分支。 git pull [remote] [remote_branch] 拉取所有分支。 git pull --all 合并两个不同仓库的分支。 git pull origin master --allow-unrelated-histories