📜  从提交中删除 package-lock.json - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:01.212000             🧑  作者: Mango
代码示例1
# add it to the .gitignore and remove the file using the command as follow:
git rm --cached package-lock.json