Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 289 Bytes

ComandosRemoto.md

File metadata and controls

13 lines (12 loc) · 289 Bytes
git clone <URL>
  • Clonar um repositório remoto.
git remote set-url <URL>
  • Altera a URL do repositório remoto.
git push origin main
  • Envia as alterações para o repostório remoto. (opções: refere-se ao repositório remoto refere-se a branch)