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 |
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
| sudo su - postgres | |
| createuser myuser -s | |
| ... | |
| psql |