Documentation
ยถ
Index ยถ
Constants ยถ
This section is empty.
Variables ยถ
This section is empty.
Functions ยถ
func AutoCommit ยถ
AutoCommit uses Git to commit staged changes, generating a commit message using AI.
Types ยถ
type Config ยถ
type Config struct { *config.Config // Verbose opens an editor for the user to review messages. Verbose bool // Yes skips the editor and directly commits the message. Yes bool // Message provides additional context for the commit message. It's supplied // by the user on the command line. Message string // ExtraArgs are additional arguments to pass to the used git/gh command. ExtraArgs []string }
Command is the configuration for the git-auto-commit and git-auto-pr commands.
Directories
ยถ
Path | Synopsis |
---|---|
cmd
|
|
git-auto-commit
command
|
|
git-auto-pr
command
|
|
Package config provides functionality for loading and managing user-configurable settings in a layered fashion.
|
Package config provides functionality for loading and managing user-configurable settings in a layered fashion. |
Package template provides a simple wrapper around the text/template package for rendering templates with data.
|
Package template provides a simple wrapper around the text/template package for rendering templates with data. |
util
|
|
Click to show internal directories.
Click to hide internal directories.