Created
May 26, 2015 13:27
-
-
Save rodde177/f6fee7b523c2952c7ad9 to your computer and use it in GitHub Desktop.
git revert
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
#goes back to old commit and remove files from new commit | |
git reset --hard hte_hash | |
git push origin master --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment