Skip to content

Instantly share code, notes, and snippets.

@robbestad
Created June 30, 2013 21:06
Show Gist options
  • Select an option

  • Save robbestad/5896896 to your computer and use it in GitHub Desktop.

Select an option

Save robbestad/5896896 to your computer and use it in GitHub Desktop.
GIT: remove all tracked files that have since been deleted
git rm $(git ls-files --deleted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment