Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 git 中的项目中永久删除文件夹?
我一直删除这个文件夹,我希望它从回购中删除
但它不断回来......我如何告诉git永久删除一个文件夹
使用这些更改删除文件git rm并推送提交。之后您仍然必须删除空目录,因为 git 仅适用于文件,而不适用于目录。
git rm