“cara mengkloning tag git tertentu” Kode Jawaban

cara mengkloning tag git tertentu

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

tag klon git

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

Jawaban yang mirip dengan “cara mengkloning tag git tertentu”

Pertanyaan yang mirip dengan “cara mengkloning tag git tertentu”

Lebih banyak jawaban terkait untuk “cara mengkloning tag git tertentu” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya