Skip to content

kohkubo/commit_message_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

commit_message_generator

commit_message_generator is a tool to generate commit messages for git.

Installation

$ export OPENAI_API_KEY={your openai api key}
$ git clone https://github.com/kohkubo/commit_message_generator.git
$ cd commit_message_generator
$ pip install -e .

Usage

$ git add .
$ gcm
The diff shows a change in the README file where a new line has been added indicating to add all files before using the gcm command.

Proposed commit messages:
1. Add git command to README
2. Update README
3. Include README instructions
4. Add usage instructions
5. Update usage in README

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages