Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andreyuhai/eeefd762e5a30d46e575e5ba0940fc74 to your computer and use it in GitHub Desktop.
Save andreyuhai/eeefd762e5a30d46e575e5ba0940fc74 to your computer and use it in GitHub Desktop.
Git - Commit only deleted files...
git ls-files --deleted | xargs git rm
git commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment