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

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

代码示例3
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)