Last active
March 15, 2018 10:14
-
-
Save hansgafriedzal/994a2b4198763dca849cbb9d32217aba to your computer and use it in GitHub Desktop.
reset and clean git repo to HEAD #git
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 reset | |
git checkout . | |
git clean -f -fd -fx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment