A tool to visualize your Git contributions on a heatmap
GitHeat is a tool to visualize your Git contributions on a heatmap. It generates a heatmap to show which days you have made contributions to your Git repository, making it easy to see your development activity.
- Easy to use CLI interface
- Generates a heatmap to visualize Git contributions
- Customizable settings including number of days and commit message
- Supports push to remote Git repository
- Git installed on your machine
- Bash shell (Terminal on macOS or Linux, Git Bash on Windows)
- Clone the repository:
git clone https://github.com/Hershit-shukla/GitHeat.git
- Navigate to the project directory:
cd GitHeat
- Run GitHeat from the command line:
Windows
bash githeat.sh
macOS
bash githeatmacOS.sh
Linux
bash githeatLinux.sh
- Enter your GitHub username and repository name when prompted.
- Enter the number of days to go back for generating the heatmap.
- Enter the name of the subdirectory to create the repository in.
- Wait till "Done" message.
Once GitHeat has completed, a heatmap will be generated and opened in your default browser.
Contributions are welcome and appreciated! Please read the contribution guidelines for more information.
This project is licensed under the MIT License - see the LICENSE.md file for details.