2019 - Cléber Zavadniak
https://medium.com/@cleber.z
Pull Request:
"Você poderia, por favor, mexer nisso e nisso no teu código?"
Commit: "Nova tabela: oauth2_tokens"
git add . # Contanto que você tenha um bom .gitignore!
git add . && git commit -amend -C HEAD
git add . && git commit -amend -C HEAD
git push
(Leia de baixo para cima)
git checkout master # Atualiza o
git pull # galho-mestre local
git checkout esqueci-minha-senha
git rebase master
Se houver diferenças, resolvê-las agora.
"Simple Git Workflow For Continuous Delivery"
by leesmith
https://gist.github.com/leesmith/8441773
https://medium.com/@cleber.z