运行 git checkout -b local-branchname origin/remote_branchname 就可以将远程分支映射到本地命名为local-branchname 的一分支。
本文共 150 字,大约阅读时间需要 1 分钟。
运行 git checkout -b local-branchname origin/remote_branchname 就可以将远程分支映射到本地命名为local-branchname 的一分支。
转载于:https://my.oschina.net/duanvincent/blog/758387