A better way to add commit messages for each change.
Go to file
2025-08-09 16:49:10 +05:30
.gitignore Hello World 2025-08-09 14:03:09 +05:30
.onedev-buildspec.yml build file 2025-08-09 16:18:36 +05:30
.pre-commit-config.yaml build file 2025-08-09 16:18:36 +05:30
git_changes.py add commit messages 2025-08-09 16:06:05 +05:30
pyproject.toml Hello World 2025-08-09 14:03:09 +05:30
README.md Added README 2025-08-09 16:49:10 +05:30
setup.cfg Hello World 2025-08-09 14:03:09 +05:30

git-changes

I just want to manage my commit messages.


Why?

i just want to keep track of the changes that I make. Instead of adding many changes at once and then writing a long commit message, I just want to add the each change with a message and then commit them.


Installation

pip3 install git-changes

Usage

Initializing

After installing run the below command in a git repo

gitc --init

This command will change the default commit template so that we can add out own commit messages to it. It will also add the post-commit script.

Adding changes with messages

Commit

Bye...