删除远程仓库文件夹

git rm -r --cached .idea  #--cached不会把本地的.idea删除
git commit -m 'delete .idea dir'
git push -u origin master

猜你喜欢

转载自www.cnblogs.com/lvchengda/p/12605300.html