Skip to content

Instantly share code, notes, and snippets.

@bit-dragon
Created October 1, 2012 18:43
Show Gist options
  • Save bit-dragon/3813641 to your computer and use it in GitHub Desktop.
Save bit-dragon/3813641 to your computer and use it in GitHub Desktop.
Remove many files on git
git ls-files --deleted -z | xargs -0 git rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment