From f4dcc3ddd40b37e8f523d687aec67fdfcab00711 Mon Sep 17 00:00:00 2001 From: Adwaith-Rajesh Date: Sat, 9 Aug 2025 16:49:10 +0530 Subject: [PATCH] Added README --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ca61c2 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# 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 + +```console +pip3 install git-changes +``` + +--- + +## Usage + +### Initializing + +After installing run the below command in a git repo + +```console +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...