首先查看当前分支:git branch -a

删除缓存的idea:git rm --cached -r .idea

提交gitiginore文件,将.idea从源代码仓库中删除(-m 表示注解):  git commit -m "commit and remove .idea"

推送远程端:git push origin develop

删除文件夹完毕。

最新文章

  1. [LeetCode] Repeated Substring Pattern 重复子字符串模式
  2. 【Python】自动生成html文件查看指定目录中的所有图片
  3. Windows Store App JavaScript 开发:页内导航
  4. MyBatis入门学习教程-使用MyBatis对表执行CRUD操作
  5. ECS挂载数据盘
  6. bootstrap panel 和table的使用
  7. LA 3644 X-Plosives
  8. TransactionScope事务
  9. Laravel5中集成Jasig cas统一认证系统
  10. HDOJ-1007 Quoit Design(最近点对问题)
  11. Lucene学习之初步了解
  12. 关于getHTML()方法和getHtmlAjax()方法 GetHttpLength, 清除HTML标签
  13. input file 上传图片问题
  14. 51 nod 1211 数独 DLX
  15. Android为TV端助力之WebView开发踩坑一
  16. [Swift-2019力扣杯春季初赛]3. 最小化舍入误差以满足目标
  17. yarn卸载或增加节点
  18. mdf ldf添加到数据库
  19. Linux 搭建安装Maven环境
  20. SSM 中 BaseController 使用 session

热门文章

  1. Socket传输中文乱码
  2. 小技巧-CSS 三角的做法
  3. MyEclipse中android 项目如何解决第三方jar无法关联源码的问题( The JAR of this class file belongs to container 'Android Private Libraries' which does not allow modifications to source attachments on its entries.)
  4. Git分布式版本控制系统(下)
  5. pip配置阿里云源
  6. vue 学习六 在组件上使用v-model
  7. 配置 Linux 静态网卡 & 远程连接 MySQL 问题
  8. php操作redis--字典(hash)篇
  9. js过滤字符串中的html标签
  10. sql update语句