📌  相关文章
📜  如何从 git 命令中删除文件 - Shell-Bash 代码示例

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

代码示例1
git rm --cached file1.txt
git commit -m "remove file1.txt"