File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 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+
4042All you have to do is call the ` gct ` command and fill in the items that
4143are 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 🐯
You can’t perform that action at this time.
0 commit comments