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

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

代码示例5
git rm -r one-of-the-directories // This deletes from filesystem
git commit . -m "Remove duplicated directory"
git push origin  (typically 'master', but not always)