Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Github-contributions-recorderNew to Visual Studio Code? Get it now.
Github-contributions-recorder

Github-contributions-recorder

bavlly magid

|
13 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Github Contributions Recorder

The GitHub Contributions Recorder is a Visual Studio Code extension designed to help developers track their GitHub commit activity and log it directly to a GitHub repository. This extension automates the process of collecting commit data from a local Git repository, appending the information to a log file, and pushing it to a GitHub repository for tracking and archiving. It integrates seamlessly with Git, GitHub, and Visual Studio Code to provide a smooth workflow for tracking daily progress and bypasses the fact that your GitHub contributions grid looks bad because you're working on branches not the main branch.

Features

  • Automatic Commit Logging: Automatically track and log your commits to a specified log file.
  • Branch Tracking: Record contributions from all branches, not just the main branch.
  • Seamless Integration: Integrates with Git, GitHub, and Visual Studio Code for a smooth workflow.

Requirements

  • Visual Studio Code (latest version)
  • Node.js and npm
  • Git
  • GitHub account

Installation

  1. Ensure you have Visual Studio Code, Node.js, npm, and Git installed on your machine.
  2. Clone the extension repository from GitHub.
  3. Run npm install to install the necessary dependencies.
  4. Open the extension project in Visual Studio Code.
  5. Press F5 to start debugging the extension.

Extension Settings

This extension works with authentication token from GitHub. To use the extension, you will need to create a personal access token in your GitHub account and provide it in the extension settings.

Known Issues

  • Currently does not support multi-root workspaces.

Release Notes

1.0.0

Initial release of GitHub Contributions Recorder.

Author

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