当前位置:   article > 正文

清除git仓库缓存,使.gitignore中的配置生效_git 清除ingoner 缓存

git 清除ingoner 缓存
  1. 清空git仓库缓存
 git rm -r --cached . 
  • 1
  1. 重新加入仓库
 git add -A
  • 1
  1. 重新执行本地提交
git commit -m "重新提交"
  • 1
  1. 重新执行远程提交
 git push -u origin  分支名称
  • 1

5.idea已提交远程的解决办法

git rm -r --cached .idea 
git commit -m "删除.idea重新提交" 
git push origin <branch-name>
  • 1
  • 2
  • 3
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/529745
推荐阅读
相关标签
  

闽ICP备14008679号