#iOS笔记#git命令
2020-03-06 本文已影响0人
MAXcrazs
git 拉取代码
$ git clone https://github.com/xxx/xxx.git
git 只拉取最新一级代码,--depth=1
$ git clone --depth=1 https://github.com/xxx/xxx.git
git 拉取代码
$ git clone https://github.com/xxx/xxx.git
git 只拉取最新一级代码,--depth=1
$ git clone --depth=1 https://github.com/xxx/xxx.git