Skip to content

Instantly share code, notes, and snippets.

@axelav
Created May 3, 2012 12:23
Show Gist options
  • Save axelav/2585305 to your computer and use it in GitHub Desktop.
Save axelav/2585305 to your computer and use it in GitHub Desktop.
Remove Deleted Files From Git
git rm "$(git ls-files -d)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment