Added README
This commit is contained in:
parent
829999cc60
commit
f4dcc3ddd4
39
README.md
Normal file
39
README.md
Normal file
@ -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...
|
Loading…
Reference in New Issue
Block a user