“Git Clone Tag” Kod odpowiedzi

Jak sklonować określony tag git

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

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
Xabos

Odpowiedzi podobne do “Git Clone Tag”

Pytania podobne do “Git Clone Tag”

Więcej pokrewnych odpowiedzi na “Git Clone Tag” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu