This file contains 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
# Atualizar meu repositório local | |
git pull origin master | |
# Faço as alterações necessárias no código | |
# Verifico o que foi modificado | |
git status (opcional) | |
# Caso precise de mais detalhes | |
git diff (opcional) |