Skip to content

Instantly share code, notes, and snippets.

@hansgafriedzal
Last active March 15, 2018 10:14
Show Gist options
  • Save hansgafriedzal/994a2b4198763dca849cbb9d32217aba to your computer and use it in GitHub Desktop.
Save hansgafriedzal/994a2b4198763dca849cbb9d32217aba to your computer and use it in GitHub Desktop.
reset and clean git repo to HEAD #git
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