git pull 拉取远程仓库的指定分支并合并 orange_lys 2023-07-11 102 阅读1分钟 git pull 其实就是 git fetch 和 git merge FETCH_HEAD 的简写 命令 git pull [远程主机名] [远程分支名]:[本地分支名]