Skip to content

Instantly share code, notes, and snippets.

@nicolas-oliveira
Last active April 21, 2020 22:05
Show Gist options
  • Save nicolas-oliveira/019a9929e45dd352ce22e4b142a6faa7 to your computer and use it in GitHub Desktop.
Save nicolas-oliveira/019a9929e45dd352ce22e4b142a6faa7 to your computer and use it in GitHub Desktop.
Comandos Siginificado do comando
git --version Mostra a versão do git
git config --global user.name "Nome Sobrenome" Registra seu nome e sobrenome
git init incia o repositório na pasta
git commit -m "" Cria um commit com uma mensagem
git clone Clona um repositório já existente
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment