Skip to content

Instantly share code, notes, and snippets.

@alexkahn
Created December 10, 2015 16:01
Show Gist options
  • Save alexkahn/773f1a108fec10c2583b to your computer and use it in GitHub Desktop.
Save alexkahn/773f1a108fec10c2583b to your computer and use it in GitHub Desktop.
git stuff
# blow away untracked files
git ls-files --others --exclude-standard | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment