Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to clone a specific git tag

git clone --depth 1 --branch <tag_name> <repo_url>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #clone #specific #git #tag
ADD COMMENT
Topic
Name
4+6 =