staging deleted files by listing them then sending the list into git rm
git rm $(git ls-file --deleted);