stash很好用,至少不会影响 .gitignore 里面的不跟踪的文件:

git add . && git stash && git stash drop

======END=====

最新文章

  1. Linux Cmd Tool 系列之—history & search command history
  2. sqoop笔记
  3. 使用icon替换你的网页图标(转)
  4. 203. Segment Tree Modify
  5. C++中使用多线程
  6. 【DataStructure In Python】Python模拟二叉树
  7. yii2 gii页面404和debug调试栏无法显示解决方法
  8. canvas仿黑客帝国的字符下落
  9. 转:java泛型
  10. libevent和libcurl实现http和https服务器 cJSON使用
  11. 通俗易懂--岭回归(L2)、lasso回归(L1)、ElasticNet讲解(算法+案例)
  12. 通过this()调用有参构造方法
  13. git 提交报错 : The file will have its original line endings in your working directory.
  14. Java工程师学习指南 入门篇
  15. SDOI2018IIIDX
  16. 无责任Windows Azure SDK .NET开发入门(二):使用Azure AD 进行身份验证
  17. 2018.07.08 NOIP模拟 ABCD(背包)
  18. BZOJ 2466 [中山市选2009]树(高斯消元)
  19. liunx下误删除/var目录下的empty文件,导致ssh连接不上
  20. 利用html实现类似于word自动生成的目录的效果

热门文章

  1. Thinkphp实现excel导出数据
  2. 第二十一次ScrumMeeting会议
  3. java通过控制鼠标实现屏幕广播
  4. a3
  5. CentOS/Linux 开放80、8080端口或者开放某个端口
  6. Print之modile, level
  7. C# 泛型和委托
  8. 父类属性值的copy
  9. ViewData与ViewBag
  10. 《转》HTTP 协议入门