Skip to content

Instantly share code, notes, and snippets.

@AlexSJ
Created April 11, 2016 18:19
Show Gist options
  • Save AlexSJ/7df0b8665137a7b5ece6ed63d50b96bb to your computer and use it in GitHub Desktop.
Save AlexSJ/7df0b8665137a7b5ece6ed63d50b96bb to your computer and use it in GitHub Desktop.
Puxar novas atualizações para o repositório
Se não estiver no master, deve primeiro commitar as alteração no branch atual
git add --all
git commit -m "WIP"
git pull
git push
Ir para o branch master
git checkout master
Receber as atualizações
git pull
Voltar para a branch de trabalho
git checkout branch_trabalho
Fazer merge com o master
git merge master --no-ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment