从 Git 存储库中删除手动删除的文件是否有比我当前容易出错的命令更好的解决方案?
git status | grep deleted: | cut -d: -f2 | xargs git rm
shell git
git ×1
shell ×1