Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Calculadora
calculadora-wiki
Wiki
git
git
· Changes
Page history
Update git
authored
Sep 06, 2020
by
Guilherme Sbroglio Rizzotto
Show whitespace changes
Inline
Side-by-side
git.md
View page @
5c849103
|
[
Página Inicial
](
home
)
|
|---|
# Git Workflow
## Branches
Para criar uma branch nova, certifique-se de estar na branch
`dev`
e para atualizar sua branch local, rode o seguinte comando
...
...