Answers for "git clone tag"

0

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
Posted by: Guest on June-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language