Skip to content

Commit 722a39e

Browse files
authored
Update comandos-git.md
1 parent 83c89c5 commit 722a39e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

comandos-git.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ git remote add origin URL_REPOSITORIO_REMOTO
88
git add .
99
1010
# 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.
1112
git commit -m "Alteracoes"
1213
1314
# 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
1416
git push
1517
```
1618

0 commit comments

Comments
 (0)