I have a bunch of files deleted from the fs and listed as deleted in git status.
git status
How can I stage this changes faster then running git rm fo
git rm
git add -A
will do the job for you