Skip to content

Instantly share code, notes, and snippets.

@roneygomes
roneygomes / git-tutorial.md
Last active October 2, 2015 02:01
Git Tutorial

Configurações Gerais

  • Criando um repositório:

  • git init

  • Clonando um repositório:

  • git clone ssh://git@nlpmobile:33000/travelg.git

  • Configurando nome do usuário:

  • git config --global user.name "Roney Gomes"