Created
September 10, 2014 06:16
-
-
Save mandeepbal/b1312410c2c5c14fffaf to your computer and use it in GitHub Desktop.
git revert branch
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
git push -f origin last-release:master | |
where last-release is the commit id, or branch you want to reset master to. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git reset --hard 107be5a07
git status
git push -f