Remove deleted files on Git
just execute
$ git ls-files --deleted | xargs -0 git rm
Then you can make a commit
$ git commit -m 'Deleted some files'
Written by Jorge García
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Command
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#