查看Git追踪的文件
git ls-files

 

移除远程仓库的文件夹

git rm -r --cached some-directory
git commit -m "Remove the now ignored directory some-directory"
git push origin master

 

更新gitignore文件

git rm -r --cached .
git add -A
git commit -m "update .gitignore"

最新文章

  1. jQuery 2.0.3 源码分析Sizzle引擎 - 超级匹配
  2. [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify uniq
  3. 【Android】进入Material Design时代
  4. Linux下Mysql安装
  5. 使用Flex4的PopUpManager的addPopUp() 方法弹出 removeChild异常的解决办法
  6. 论SOA架构的几种主要开发方式【转】
  7. 找出数组中出现奇数次的元素<异或的应用>
  8. opencv 用户文档 错误更正 仿射变换
  9. delphi7调用java写的webservice,在调用的时候弹出“wssecurityhandler:request does not contain required security header”
  10. 【转】Service Intent must be explicit的解决方法
  11. 从源码角度入手实现RecyclerView的Item点击事件
  12. Linux中samba服务器的搭建
  13. hibernate框架学习之Session管理
  14. R随机森林交叉验证 + 进度条
  15. SQLServer 删除表中的重复数据
  16. mybatis dao 层开发简易版 非整合 spring
  17. SQL 列转行,即多行合并成一条
  18. JVM培训之一些GC算法的理论知识
  19. SQL SERVER连接池
  20. zookeeper学习及安装

热门文章

  1. ArrayDataProvider数据分页
  2. [ZJOI2019]线段树(线段树)
  3. SaltStack配置管理和YAML
  4. C#编程中的Image/Bitmap与base64的转换及 Base-64 字符数组或字符串的长度无效问题 解决
  5. 001 UI介绍
  6. CDN-常用静态资源公共库
  7. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server versio
  8. docker学习------registry可视化的实现
  9. git bash 支持中文
  10. windows 下启动运行 jar 包程序