Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.61 KB

README.md

File metadata and controls

47 lines (40 loc) · 1.61 KB

Commitify

Style your commits.

What is it?

Commitify is a easy way to style your commits, Just answer some questions, and it will commit using git for you.

Why Commitify?

Using Commitify is a good way to keep your commits consistent, and it's easy to use. Passes checks in commitlint.

Requirements

  • Git (and path set)
  • Python 3.6+

Installation

Method 1: Python

Head over to the release section of the repository and download the latest version! Then run

pip install -r requirements.txt
python commitify.py

You don't need to install dependencies, Every time. Just run the script after installing the requirements.

git add .
python commitify.py # Use this instead of `git commit`

Method 2: Executable

Head over to the release section of the repository and download the latest version! Then run the executable in your terminal. This is useful in cases where you don't want to install python.

Arguments are in the wiki.

Usage

Initiating A Project

Before you can use Commitify in your project, You must initiated it first. If you haven't setup a git repository with this:

git init .

Channels

There are different channels to download commitify from. List of them:

Name Description Avaialble Download Location
Release The latest stable version of commitify. Yes Releases
Pre-release The latest beta version of commitify, but it's not stable. Yes Releases
Dev The latest version of commitify, but it's not stable. Yes main branch