Skip to the content.

Passo-a-passo Git

  1. Criar conta GitHub (se ainda não tiver): github.com
  2. Instalar Git e configurar nome/email
  3. Criar repositório no GitHub (com README)
    • Botão + New repository
  4. Clonar no VS Code
    • git clone https://github.com/BAFurtado/python-ipea-fundamentos-objetos.git
  5. Modificar arquivo e fazer primeiro commit