sh 从git和local中删除目录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 从git和local中删除目录相关的知识,希望对你有一定的参考价值。
$ echo '.idea' >> .gitignore
$ git rm -r --cached .idea
$ git add .gitignore
$ git commit -m '(some message stating you added .idea to ignored entries)'
$ git push
以上是关于sh 从git和local中删除目录的主要内容,如果未能解决你的问题,请参考以下文章
sh git fatfiles,从git存储库中删除对象
sh 从git历史中删除
sh 从git tracking中删除文件
sh 从git存储库中永久删除文件/文件夹的脚本
sh 为什么git pull没有带回我删除的目录?
sh Git Tags和Brancheshttp://makandracards.com/makandra/621-git-delete-a-branch-local-or-remotehttp://