Return to Snippet

Revision: 35491
at November 9, 2010 09:01 by gpupo


Initial Code
for i in `git status | grep deleted | awk '{print $3}'`; do git rm $i; done

Initial URL


Initial Description


Initial Title
Remove Deleted Files From Git

Initial Tags


Initial Language
Bash