-
-
Save deivisonarthur/9145461 to your computer and use it in GitHub Desktop.
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
git fetch --all | |
reseta todos | |
git reset --hard origin/master |
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
[29/06/17 16:42:50] Michel Brito: É basicametne executar: | |
git stash #guarda tudo que foi alterado no servidor na geladeira | |
git checkout amp #muda para o branch amp | |
git stash pop #pega tudo que tava na geladeira e adiciona de novo | |
git pull origin amp | |
[29/06/17 16:42:51] Deivison Arthur: https://bitbucket.org/bitinovarti/inovarti_amp | |
[29/06/17 16:43:17] Deivison Arthur: precisa do customer review n | |
[29/06/17 16:43:20] Deivison Arthur: eles usam outro | |
[29/06/17 16:54:24] Deivison Arthur: puts agora saquei | |
[29/06/17 17:05:44] Michel Brito: dei commit aqui nos 2 modulos amp e menu | |
[29/06/17 17:06:06] Michel Brito: vou ver se o mundipagg ta atualizado e o login tb, porque eu mexi umas coisas na lojamodelo | |
[29/06/17 17:06:18] Deivison Arthur: Da no mundipagg e login tb | |
[29/06/17 17:06:19] Michel Brito: Pra executar lá é o seguinte | |
[29/06/17 17:06:23] Michel Brito: git fetch origin #atualiza o cabeçalho | |
git stash #guarda tudo que foi alterado no servidor na geladeira | |
git checkout dev #muda para o branch dev | |
git stash pop #pega tudo que tava na geladeira e adiciona de novo | |
git pull origin dev #puxa tudo que ta na origin dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment