We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31aa6f3 commit 20c3543Copy full SHA for 20c3543
1 file changed
README.md
@@ -4,15 +4,15 @@ Create commit with current branch name
4
For example:
5
If your current branch name is ```EF-803```
6
7
-```gcommit "New feature"```
+```commit "New feature"```
8
9
will produce command
10
11
```git commit -m "EF-803: New feature"``` and execute it
12
13
If your current branch is ```dev or uat or qa or master```
14
15
16
17
will produce default command
18
0 commit comments