Git使用

21 阅读1分钟

如何拉取远程分支到本地

zhuanlan.zhihu.com/p/383220979

常见提示

Switched to branch 'master'.Your branch is behind 'origin/master' by 64 commits, and can be fast-forwarded.(use "git pull" to update your local branch) 切换到分支'master'。您的分支落后于 'origin/master' 64 次提交,并且可以快进。(使用“git pull”来更新你的本地分支) segmentfault.com/q/101000002…