📌  相关文章
📜  取消跟踪 lfs 文件 - Shell-Bash 代码示例

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

代码示例1
git lfs untrack ''
git rm --cached ''
git add ''
git commit -m "restore '' to git from lfs"