Git 删除 .gitignore 生成之前上传的文件 二月 13, 20192021年2月16日后除One Comment 清除缓存 git rm -r --cached . git add . 提交记录 git commit -m "chore: 清除缓存。" git push
Linux 搭建Git服务器 五月 02, 20182018年8月12日后除Leave a comment 安装Git yum install -y git git --version "Linux 搭建Git服务器"继续阅读