Created
August 23, 2017 17:06
-
-
Save rumverse/6d0be11500ea72c6cc82e9b83daebb93 to your computer and use it in GitHub Desktop.
RESET current branch with remote branch
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
git fetch origin | |
git reset --hard origin/<branch name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment