gitgood 1.0.7
There is a newer version of this package available.
See the version list below for details.
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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package gitgood --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.