Shows how many git commit were in the day in status bar
Also you can choose what counter will be shown.

Or add your custom time range in the workspace or user settings.json:
{
"gitCommitCounter.since": "yesterday midnight",
"gitCommitCounter.until": "midnight"
}Use the following git time patterns:
yesterday, noon, midnight, tea, never, now
Or set exact time: 2PM, 6AM
Git time documentation: https://github.com/git/git/blob/master/date.c#L1138
