“Git -Klon -Tag” Code-Antworten

So klonen Sie ein bestimmtes Git -Tag

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

Git -Klon -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

Ähnliche Antworten wie “Git -Klon -Tag”

Fragen ähnlich wie “Git -Klon -Tag”

Weitere verwandte Antworten zu “Git -Klon -Tag” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen