github命令行下载项目源码

一.git clone [URL] 下载指定ur的源码

$ git clone https://github.com/jquery/jquery

 

二.指定参数, -b是分支, --depth 1 最新的一次提交clone下来

$ git clone https://github.com/zce/music-player.git -b vue --depth 1

  

posted @ 2018-03-07 14:06  AlanTao  阅读(3829)  评论(0编辑  收藏  举报