Last active
August 29, 2015 14:07
-
-
Save jgbrittos/bef280909941c456518e to your computer and use it in GitHub Desktop.
FLUXO DE TRABALHO COM O MEZURO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MUDAR PRA MASTER LOCAL => git checkout master | |
| ATUALIZA A MASTER COM A SUA MASTER REMOTA => git pull origin master | |
| ATUALIZA A MASTER COM A MASTER REMOTA DO MEZURO => git rebase mezuro/master | |
| BAIXAR AS ALTERAÇÕES QUE ESTÃO NA MASTER DO MEZURO => git pull mezuro master | |
| MUDAR DE BRANCH PARA A DEV => git checkout dev | |
| ATUALIZAR A DEV COM A DEV DO MEZURO => git pull mezuro dev | |
| PARA CONCLUIR => git rebase mezuro/dev | |
| CRIAR BRANCHS A PARTIR DA DEV!! | |
| MANTER A MASTER SEMPRE ATUALIZADA COM A MASTER DO MEZURO | |
| MANTER A DEV SEMPRE ATUALIZADA COM A DEV DO MEZURO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment