Skip to content

Instantly share code, notes, and snippets.

@alcidesqueiroz
Created August 3, 2012 21:00
Show Gist options
  • Save alcidesqueiroz/3251468 to your computer and use it in GitHub Desktop.
Save alcidesqueiroz/3251468 to your computer and use it in GitHub Desktop.
Git - Commit only deleted files...
git ls-files --deleted | xargs git rm
git commit
@nawawishkid-old
Copy link

Great, thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment