Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git commit counterNew to Visual Studio Code? Get it now.
Git commit counter

Git commit counter

Nizami

|
568 installs
| (0) | Free
Shows how many commit were in the day
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft