Skip to content

Instantly share code, notes, and snippets.

@howethomas
Created January 1, 2010 16:15
Show Gist options
  • Save howethomas/267150 to your computer and use it in GitHub Desktop.
Save howethomas/267150 to your computer and use it in GitHub Desktop.
for i in `git status | grep deleted | awk '{print $3}'`; do git rm $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment