Skip to content

Instantly share code, notes, and snippets.

@danblakemore
Created March 7, 2012 18:25
Show Gist options
  • Save danblakemore/1994937 to your computer and use it in GitHub Desktop.
Save danblakemore/1994937 to your computer and use it in GitHub Desktop.
Stage Multiple Deletions Git
git diff --diff-filter=D --name-only -z | xargs -0 git rm
#from:http://stackoverflow.com/questions/6004453/how-to-remove-multiple-deleted-files-in-git-repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment