Blogger Information
Blog 63
fans 2
comment 0
visits 163173
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
使用Git在GitHub上下载源码
书声的博客
Original
2680 people have browsed it

一.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

三.下载指定branch的项目源码

$ git clone -b branch_name git://xxx/project.git

原文地址

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post