摘要: # 1. 文件夹从暂存区中删除 git rm -r --cached file1 file2 file3... # 2. 提交修改 git commit -m '....' # 3. 推送 git push origin master 阅读全文
posted @ 2021-08-31 14:08 Silent-Cxl 阅读(111) 评论(0) 推荐(0)