Skip to content

nizami/vscode-git-commit-counter

Repository files navigation

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

About

Show git commit counter on a status bar of vscode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published