GitScribe is a tool for developers to generate commit message suggestions.
There are two ways to use it:
- Command Line Interface (CLI) using Python Package Manager
- Uploading Files on our web-interface on our website GitScribe
For both Windows and Mac OS systems, install gitscribe on terminal/command prompt/powershell. Make sure you have Python Package Manager installed first.
pip install -U gtscr
Check you have it installed by entering this in your terminal:
pip --version
Offical pip installation documentation
- First setup gitscribe with
gs setup
- Setup your GitHub model personal access token
Personal Access Token Information
-
First make sure you are in the repository you want to generate a commit message for.
-
Generate commit message.
gs generate
To get multiple commit message suggestions use the -nm flag.
Example:
gs generate -nm 3
This will generate three commit messages.
- Go to GitScribe
- Log in with your GitHub account
- Upload the old version of your file first
- Upload the new version of your file under
- Enter the amount of suggestions you want to generate
- View the generated messages below, copy them with the copy button