SóProvas


ID
3226147
Banca
INSTITUTO AOCP
Órgão
PRODEB
Ano
2018
Provas
Disciplina
Engenharia de Software
Assuntos

Umas das funcionalidades do GIT é poder clonar um repositório já existente de forma simples e rápida. Qual comando é utilizado para realizar esse procedimento?

Alternativas
Comentários
  • ✅Gabarito(B)  

    git-clone

    Clones a repository into a newly created directory, creates remote-tracking branches for each branch in the cloned repository (visible using git branch --remotes), and creates and checks out an initial branch that is forked from the cloned repository’s currently active branch.

    Fonte: https://git-scm.com/docs/git-clone