We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c89c5 commit 722a39eCopy full SHA for 722a39e
comandos-git.md
@@ -8,9 +8,11 @@ git remote add origin URL_REPOSITORIO_REMOTO
8
git add .
9
10
# C. Confirmar as alteracoes no repositório local
11
+# O comando pode dar erro, pedindo pra configurar nome e email. É só seguir as instruções e tentar novamente.
12
git commit -m "Alteracoes"
13
14
# D. Enviar as alterações pro repositório remoto
15
+# Depois de executar, ele pode pedir pra executar o comando de uma forma diferente. É só copiar e colar como ele mostrar
16
git push
17
```
18
0 commit comments