Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Created August 12, 2013 21:45
Show Gist options
  • Save jansanchez/6215596 to your computer and use it in GitHub Desktop.
Save jansanchez/6215596 to your computer and use it in GitHub Desktop.
GIT: Revert changes to modified files and Remove all untracked files and directories
# Revert changes to modified files:
git reset --hard
# Remove all untracked files and directories:
git clean -fd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment