Skip to content

Commit 0b14cad

Browse files
committed
Add option to generate git commit message 💻
Generate a git commit message based on the diff, and then commit the changes after you approve.
1 parent 6425bd1 commit 0b14cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def cli():
6666
@click.option("-v", "--verbose", count=True)
6767
@click.option("-t", "--max-tokens", type=int, default=250)
6868
def commit(verbose, max_tokens):
69-
"""Draft a commit message based on the changes."""
69+
"""Generate a git commit message based on the diff, and then commit the changes after you approve."""
7070
setup_environment()
7171

7272
# Load the prompt

0 commit comments

Comments
 (0)