1. 程式人生 > >git使用命令學習

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最全學習視訊