Skip to content

Instantly share code, notes, and snippets.

@kennedysgarage
Created December 2, 2013 02:47
Show Gist options
  • Save kennedysgarage/7744230 to your computer and use it in GitHub Desktop.
Save kennedysgarage/7744230 to your computer and use it in GitHub Desktop.
Delete a lot of git files at once.
git rm $(git ls-files --deleted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment