Horje
how to clone a specific git tag Code Example
how to clone a specific git tag
git clone --depth 1 --branch <tag_name> <repo_url>
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




Shell

Related
completely remove ros melodic Code Example completely remove ros melodic Code Example
pm2 adonis 5 Code Example pm2 adonis 5 Code Example
install packages from selected repo yum Code Example install packages from selected repo yum Code Example
docker     Problem with the CMake installation, aborting build. CMake executable is cmake Code Example docker Problem with the CMake installation, aborting build. CMake executable is cmake Code Example
sync show progress Code Example sync show progress Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13