📌  相关文章
📜  从文件夹中删除 git - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:16.491000             🧑  作者: Mango

代码示例6
# the -r option will recursively delete the folder
git rm -r folder-name
# commit changes
git commit -m "Remove duplicated directory"