摘要: 执行 $ git rm * -r(记得,cd 到你要删除的目录下。当然 * 可以换成指定目录) 这时删除文件已经进入本地缓存区, 接下来就是正常的提交操作了git add .git commit -m "update"git push origin branchName (或 git push) 阅读全文
posted @ 2021-06-04 15:30 外行的小白 阅读(781) 评论(0) 推荐(0)