git rm --cached <file_name>
git commit “删除了<file_name>文件"
git rm --cached <file_name> will remove the file from the stage.
2023-12-03 14:02:58
git rm --cached <file_name>
git commit “删除了<file_name>文件"
git rm --cached <file_name> will remove the file from the stage.
下一篇:jquery实现网页倒计时