Skip to content

Instantly share code, notes, and snippets.

@usami
Created June 20, 2013 18:28
Show Gist options
  • Save usami/5825290 to your computer and use it in GitHub Desktop.
Save usami/5825290 to your computer and use it in GitHub Desktop.
Delete untracked files
[alias]
rmu = !git status --untracked-files --short | cut -d ' ' -f 2 | xargs rm -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment