Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.04 KB

File metadata and controls

29 lines (19 loc) · 1.04 KB

Git commit counter

GitHub Repo stars Visual Studio Marketplace

Shows how many git commit were in the day in status bar

Status bar

Also you can choose what counter will be shown. Information popup

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