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
Use the -u-flag: man git-add
-u
git add -u .