Skip to content

Instantly share code, notes, and snippets.

@dukeofgaming
Created June 9, 2014 04:07
Show Gist options
  • Save dukeofgaming/e658616610b0feeb9b91 to your computer and use it in GitHub Desktop.
Save dukeofgaming/e658616610b0feeb9b91 to your computer and use it in GitHub Desktop.
Deleting untracked files in git
git status --porcelain|sed -r 's:\?\?\s(.*):\1:g'|xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment