git rm -r --cached .idea #--cached不会把本地的.idea删除
git commit -m 'delete .idea dir'
git push -u origin master
git rm -r --cached .idea #--cached不会把本地的.idea删除
git commit -m 'delete .idea dir'
git push -u origin master
本文标题:使用git删除github上的文件夹
本文链接:https://www.haomeiwen.com/subject/bcifbftx.html
网友评论