git rm file 删除文件,并将其从仓库管理系统中移除 git rm -r Folder 删除目录,并将其从仓库管理系统中删除 git add 与git rm都需要在git commit之后才会生效