Skip to content

Instantly share code, notes, and snippets.

@walterpaulo
Created May 27, 2023 14:27
Show Gist options
  • Save walterpaulo/94ed1850d86bca10b2e304de2d653525 to your computer and use it in GitHub Desktop.
Save walterpaulo/94ed1850d86bca10b2e304de2d653525 to your computer and use it in GitHub Desktop.
# GIT (Sistema de controle de versão distribuído)
## Clonar um repositório
git clone caminhoDoDiretorioRemoto
## Verificar logs
git log
## Clonar um diretório específico
git clone caminhoDoDiretorioRemoto nomeDaPasta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment