Removing multiple files from a Git repo
Type on your terminal
git ls-files --deleted | xargs git rm
Or include this on your .bashrc
alias grma='git ls-files --deleted | xargs git rm'
Written by André Ribas
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#