SyntaxFix
Write A Post
Hire A Developer
Questions
git ls-files --deleted -z | xargs -0 git rm
might be what you are looking for.. it works for me..