Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git clone tag

Use the command:

git clone --help
to see whether your git supports the command

git clone --branch tag_name
If not, just do the following:

git clone repo_url 
cd repo
git checkout tag_name
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #clone #tag
ADD COMMENT
Topic
Name
8+1 =