Skip to content

Commit 20c3543

Browse files
committed
update gcommit to commit
1 parent 31aa6f3 commit 20c3543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Create commit with current branch name
44
For example:
55
If your current branch name is ```EF-803```
66

7-
```gcommit "New feature"```
7+
```commit "New feature"```
88

99
will produce command
1010

1111
```git commit -m "EF-803: New feature"``` and execute it
1212

1313
If your current branch is ```dev or uat or qa or master```
1414

15-
```gcommit "New feature"```
15+
```commit "New feature"```
1616

1717
will produce default command
1818

0 commit comments

Comments
 (0)