git-commits-since - Man Page
Show commit logs since some date
Examples (TL;DR)
- Display commits since yesterday:
git commits-since yesterday
- Display commits since last week:
git commits-since last week
- Display commits since last month:
git commits-since last month
- Display commits since yesterday 2pm:
git commits-since yesterday 2pm
Synopsis
git-commits-since [<date>]
Description
List of commits since the given date.
Options
<date>
Show commits more recent than date. By default, the command shows the commit logs since "last week".
Examples
It is really flexible and these are only 3 of the options, go ahead give it a try:
$ git commits-since yesterday nickl- - Merge branch upstream master. nickl- - Rebase bolshakov with master TJ Holowaychuk - Merge pull request #128 from nickl-/git-extras-html-hyperlinks TJ Holowaychuk - Merge pull request #129 from nickl-/develop nickl- - Fix #127 git-ignore won´t add duplicates. $ git commits-since 3 o clock pm nickl- - Merge branch upstream master. $ git commits-since 2 hour ago nickl- - Merge branch upstream master. TJ Holowaychuk - Merge pull request #128 from nickl-/git-extras-html-hyperlinks TJ Holowaychuk - Merge pull request #129 from nickl-/develop
Author
Written by Tj Holowaychuk <tj@vision-media.ca>
Reporting Bugs
See Also
Referenced By
October 2017 Git Extras