gitgood 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global gitgood --version 1.0.7
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local gitgood --version 1.0.7
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=gitgood&version=1.0.7
                    
nuke :add-package gitgood --version 1.0.7
                    

GitGood

A smart Git commit assistant powered by AI that helps you write better commit messages.

Features

  • AI-powered commit message generation
  • Integration with OpenAI's GPT models
  • GitHub integration for repository context
  • Interactive CLI interface
  • Local Git operations support

Installation

Install GitGood globally using the .NET CLI:

dotnet tool install -g gitgood

Configuration

Before using GitGood, you need to configure your OpenAI API key and GitHub Personal Access Token:

gitgood config

This will prompt you to enter:

  • OpenAI API key
  • OpenAI Chat Model ID (default: gpt-4o)
  • OpenAI Reasoning Effort (default: medium)
  • GitHub Personal Access Token

Usage

Interactive Mode

Simply run:

gitgood

This will start an interactive session where you can ask questions about your Git operations.

Commit Mode

To generate a commit message for your changes:

gitgood commit <OrgName>

License

This project is licensed under the MIT License - see the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.9 201 4/14/2025
1.0.8 170 4/8/2025
1.0.7 162 4/7/2025
1.0.6 163 4/7/2025
1.0.5 162 4/7/2025
1.0.4 162 4/7/2025
1.0.3 154 4/2/2025
1.0.2 154 4/2/2025
1.0.1 153 4/2/2025
1.0.0 129 3/28/2025