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
本文标题:#iOS笔记#git命令
本文链接:https://www.haomeiwen.com/subject/ruevrhtx.html
网友评论