Git拉取远程特定分支到本地
命令:git checkout -b 本地分支名 origin/远程分支名
例如:git checkout -b foobar origin/foobar
其实能界面工具操作最好,命令还是少敲为妙
本文系原创,转载请注明出处
评论已关闭
命令:git checkout -b 本地分支名 origin/远程分支名
例如:git checkout -b foobar origin/foobar
其实能界面工具操作最好,命令还是少敲为妙