Skip to content

Instantly share code, notes, and snippets.

@agustinhaller
Created August 8, 2013 18:31
Show Gist options
  • Save agustinhaller/6187344 to your computer and use it in GitHub Desktop.
Save agustinhaller/6187344 to your computer and use it in GitHub Desktop.
remove all deleted files - git
git diff --diff-filter=D --name-only -z | xargs -0 git rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment