Remove all deleted files in git
for i in git status | grep deleted | awk '{print $3}'
; do git rm $i; done
Written by Rasmus Læbel Kalms
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#