git分支建立并上传到服务器和从服务器下载分支代码

1.分支查看git 查看远程分支github git branch –a服务器     查看本地分支测试 git branchget     2.建立分支上传到远程it 2.1建立本地分支(当前出去主干分支)test git branch teststream     2.2将本地分支推送到远程服务器(当前处于主干分支)服务器端 git push origin test下载         服务器
相关文章
相关标签/搜索