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 8552718 commit 8974a2cCopy full SHA for 8974a2c
git_commands
@@ -31,4 +31,7 @@ git checkout -b: usa-se para fazer os dois ultimos comandos acima de uma vez só
31
git commit -a -m: outra opção de comitar
32
33
git merge: serve para incorporar as mudanças de outra branch
34
- sintaxe: git merge 'nome da branch que gerou mudanças'
+ sintaxe: git merge 'nome da branch que gerou mudanças'
35
+ obs: para puxar as atualizações da main, usa-se git merge origin main
36
+
37
+ atualização
0 commit comments