Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a211f6

Browse files
authoredFeb 1, 2022
docs(README.md): update documentation
1 parent 24ce5c9 commit 6a211f6

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed
 

‎README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Version](https://shields.io/badge/VERSION-1.2.1-blue?style=for-the-badge)](https://github.com/ghasemdev/git-commit-template/releases/tag/v1.1.0)
1+
[![Version](https://shields.io/badge/VERSION-1.3.0-blue?style=for-the-badge)](https://github.com/ghasemdev/git-commit-template/releases/tag/v1.1.0)
22
[![License Apache-2.0](https://shields.io/badge/LICENSE-APACHE--2.0-orange?style=for-the-badge)](https://opensource.org/licenses/MIT)
33

44
# git-commit-template
@@ -37,6 +37,8 @@ In the last command we refresh oh-my-zsh source.
3737

3838
## Usage
3939

40+
### git commit template (gct)
41+
4042
All you have to do is call the `gct` command and fill in the items that
4143
are not optional at each step to prepare the message format.
4244

@@ -48,13 +50,24 @@ With the `git log` command, we can see the message that we committed.
4850

4951
![git log](images/3.png)
5052

53+
### git tag template (gtt)
54+
55+
With `gtt` command is easy to tag your commits.
56+
57+
![git log](images/gtt.png)
58+
59+
![git log](images/gsh.png)
60+
5161
### signature
5262

53-
You can use `-s` or `sign` to add a signature to the gct.
63+
You can use `-s` or `sign` to add a signature to the gct or gtt.
5464

5565
```bash
5666
➜ gct -s
5767
➜ gct sign
68+
69+
➜ gtt -s
70+
➜ gtt sign
5871
```
5972

6073
## Tanks For Supporting 🐯

0 commit comments

Comments
 (0)
Please sign in to comment.