Skip to content

Instantly share code, notes, and snippets.

@jredville
Created April 29, 2012 19:28
Show Gist options
  • Save jredville/2552859 to your computer and use it in GitHub Desktop.
Save jredville/2552859 to your computer and use it in GitHub Desktop.
Remove deleted files from git index
#from http://tmblr.co/ZfQknxFg4-sp
git ls-files -d | xargs git rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment