Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nicolae-olariu/8935e524752367be09d820ba5f0784eb to your computer and use it in GitHub Desktop.
Save nicolae-olariu/8935e524752367be09d820ba5f0784eb to your computer and use it in GitHub Desktop.
delete all files from git that were previously physically deleted
git ls-files --deleted -z | xargs -0 git rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment