Skip to content

Instantly share code, notes, and snippets.

@ursooperduper
Created August 7, 2013 00:55
Show Gist options
  • Select an option

  • Save ursooperduper/6170320 to your computer and use it in GitHub Desktop.

Select an option

Save ursooperduper/6170320 to your computer and use it in GitHub Desktop.
Git Notes
git clean -df & git checkout -- .
Git clean removes all untracked files & git checkout clears all unstaged changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment