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.
2 parents b6ad796 + 9a798fe commit 857572bCopy full SHA for 857572b
creating_venv
@@ -14,4 +14,3 @@ para criar uma venv no linux:
14
$ rm -rf projectapi/venv/
15
'''
16
17
-
git_commands
@@ -33,4 +33,5 @@ git commit -a -m: outra opção de comitar
33
git merge: serve para incorporar as mudanças de outra branch
34
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
+para deletar uma branch: git branch -D 'nome da branch'
0 commit comments