命令参数

git log [<options>] [<revision range>] [[\--] <path>…​]

命令参数

--since=<date>, --after=<date>
  显示自指定日期后的日志。

--until=<date>, --before=<date>
  显示在指定日期前的日志。

实例

a) 显示提交日志。

$ git log

b) 单行显示日志。

$ git log --pretty=oneline

更多

http://git-scm.com/docs/git-log

最新文章

  1. .Net 4.5 的async 和await 的简单理解使用
  2. LeetCode 【190. Reverse Bits】
  3. Modifiers: virtual, override, new, abstract, sealed, internal
  4. ArcGIS 10 SP5中文版(ArcGIS10补丁5中文版)
  5. Tensorflow 上手——手写数字识别
  6. ASP.NET的SEO:基础知识
  7. Titan DB的一些问题
  8. FBReader移植日记 第一天
  9. C#不用COM组件导出数据到Excel中
  10. add.fun.php
  11. OpenCV——Rect矩阵类
  12. Lamd表达式
  13. 热切换Log4j级别配置
  14. 7 Servlet 会话技术
  15. adaboost 参数选择
  16. Perl数组和hash相关函数
  17. Linux系统挂载Windows的共享文件夹
  18. 【HDU 6171】Admiral(搜索+剪枝)
  19. spring cloud 容错之zuul回退和Zuul过滤器
  20. filebeat-2-通过kafka队列链接logstash

热门文章

  1. 用Emacs 写python了
  2. Oracle数据库的版本变迁功能对比
  3. 【转】makefile语法规则
  4. 【M1】仔细区别pointers和references
  5. Codeforces Round #185 (Div. 2) B. Archer 水题
  6. C#类索引器的使用
  7. oracle 基本语句练习(一) where, between ,null, like,转义字符,order by
  8. Spring MVC Junit4 单元測试 JunitTest
  9. 【转】Delphi调用webservice总结
  10. XCode中调整字体大小