gitlab创建创建分支
1代码命令
[root@192 myone]# git checkout -b pro Switched to a new branch 'pro' [root@192 myone]# ls index.html [root@192 myone]# [root@192 ~]# git clone -b pro git@192.168.56.11:develop/myone.git
2.界面话
1代码命令
[root@192 myone]# git checkout -b pro Switched to a new branch 'pro' [root@192 myone]# ls index.html [root@192 myone]# [root@192 ~]# git clone -b pro git@192.168.56.11:develop/myone.git
2.界面话