git使用命令学习

在gitlab上面只有主干有git地址

如果我们想clone分支的命令如下:

D:\Users\liusen>git clone -b portable http:dial
og-system.git

如果项目的分支下面有项目,需要全部clone

D:\Users\liusen>git clone --recursive -b portable http:///dialog-system.git

git reset命令学习

git最全学习视频

猜你喜欢

转载自blog.csdn.net/baidu_15113429/article/details/82769437