https://git-scm.com/docs/git-log
-
--author 作者
-
--all 显示所有分支
-
--after=1.months 显示某个时间之后, 如果 authorDate 在两周前, 但 commitDate 在一周前, 也会被查出.
-
--no-merges 不包括 merges
-
作者日期:最初创作提交的时间。通常,当有人第一次运行git commit.
-
提交日期:将提交应用于分支的时间。在许多情况下,它与作者日期相同。有时它会有所不同:如果提交被修改、重新设置或由作者以外的人作为补丁的一部分应用。在这些情况下,日期将是变基发生或应用补丁的日期。
https://github.com/dannyfritz/commit-message-emoji https://medium.com/walmartglobaltech/semantic-commit-messages-with-emojis-dba2541cea9a https://babakks.github.io/article/2020/07/03/emojis-in-git-commit-messages.html https://gist.github.com/parmentf/035de27d6ed1dce0b36a https://wilsonmar.github.io/git-messages/