You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@
11
11
12
12
## Why?
13
13
14
-
Many projects got different git commit rules. It is hard to remember them all.
14
+
Many projects got different git commit rules. It is hard to remember them all. Usually you start with `git commit -m "`, and then? You have to think about the projects commit guidelines.
15
+
16
+
`sgc` will take care of the commit guidelines, so you can focus on the more important stuff: **code**
15
17
16
18
## Installation
17
19
@@ -25,13 +27,13 @@ $ yarn add global semantic-git-commit-cli
25
27
26
28
## Usage
27
29
28
-
After installation it is available in your shell as:
30
+
Forget the times when you used `git commit -m "..."`, now just type:
29
31
```sh
30
-
$ semantic-git-commit
32
+
$ sgc
31
33
```
32
-
or even shorter:
34
+
or if you already have an alias for sgc, use following instead:
0 commit comments