commit

command module
v0.0.0-...-955fce7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2026 License: MIT Imports: 1 Imported by: 0

README

Commit

Install

go install github.com/kwtucker/commit

Configuration

Defaults:

COMMIT_BODY_PREFIX="*"

Set in your environment.

export COMMIT_BODY_PREFIX="-"

Or Envionment file ".envrc"

COMMIT_BODY_PREFIX="-"

Run

  1. Stage the files you want to commit.

  2. Run the commit command with an optional copy flag.

    $ commit --copy
    
    feat(core): Added an exciting feature
    
    * Feature
    

Help

$ commit --help
Constructs formatted commit messages

Usage:
  commit [flags]

Flags:
  -c, --copy   copy commit message to clipboard
  -h, --help   help for commit

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL