“git como fazer clone raso com todos os galhos” Respostas de código

git como fazer clone raso com todos os galhos

git clone --depth 10 --no-single-branch https://github.com/django/django.git
Brens

ramo específico do clone raso

git clone --depth 1 https://path/to/repo/foo.git -b bar
Colorful Caracal

Como clonar repo com todos os ramos

$ git branch -a
* master
  remotes/origin/HEAD
  remotes/origin/master
  remotes/origin/v1.0-stable
  remotes/origin/experimental
devops unicorn

Respostas semelhantes a “git como fazer clone raso com todos os galhos”

Perguntas semelhantes a “git como fazer clone raso com todos os galhos”

Procure respostas de código populares por idioma

Procurar outros idiomas de código