Created
September 22, 2016 18:59
-
-
Save thadeu/024b2d17f013984ca7c91d4e0165f108 to your computer and use it in GitHub Desktop.
Resetting branch to last commit
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
# Sincronizar o branch com o servidor | |
git fetch | |
# Resetar e ficar com o último commit do servidor no branch | |
git reset --hard origin/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment