Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.27 KB

File metadata and controls

54 lines (36 loc) · 1.27 KB

Icon

Welcome to commitzilla! This is a simple git hook that will hijack your commit messages, and translate them into detailed, comprehensive messages, fit for anyone and everyone!

Example GIF

Installation

Installation is soooooo easy, just pip install the package:

pip install commitzilla

then navigate to the directory of your local git repo where you want to install the hook, and run:

commitzilla install

and bob's your uncle.

Configuration

You can change the character style of the commit message (or add your own custom one) by running:

commitzilla character

You can edit the OpenAI model (other providers coming soon) and the OpenAPI key with the configure command, for more info, run:

commitzilla configure

You can also enable a prefix, so your messages will look like this: [Character] Commit message so you can keep track of which commits are good and which are bad:

commitzilla prefix

Uninstallation

Not sure why you're reading this... but anyways, removing commitzilla is even easier than installing it, just navigate to the directory you want to remove the hook, and run:

commitzilla uninstall