“tag git clone” Respostas de código

Como clonar uma tag git específica

git clone --depth 1 --branch <tag_name> <repo_url>
Vitalik-Hakim

tag git clone

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
Xabos

Respostas semelhantes a “tag git clone”

Perguntas semelhantes a “tag git clone”

Mais respostas relacionadas para “tag git clone” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código