摘要:
假定当前分支下,abc/123.txt需要从git仓库中删除:
git rm -r --cached abc/123.txt //删除abc目录下的123.txt文件,如果要删除abc目录,使用命令:git rm -r --cached abc
git commit -m "删除abc目录下的123.txt文件"
git push 阅读全文
posted @ 2019-08-04 10:53
白天的影子
阅读(774)
评论(0)
推荐(0)

浙公网安备 33010602011771号