File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ $ gitcommit -Ssxyw
85
85
✔ List issues or PRs (e.g. fixes #1771, resolves #371) … fixes #33, resolves #511
86
86
```
87
87
88
- The actual ` git command ` which will be executed is like
88
+ The actual ` git commit ` command which will be executed is like
89
89
90
90
```
91
- $ git commit -S -s -- allow-empty-message -m "major(refactor): huge api change" -m "" -m "some pretty long body description." -m "" -m "fixes #33, closes #511"
91
+ $ git commit -- allow-empty-message -S -s -m "major(refactor): huge api change" -m "" -m "some pretty long body description." -m "" -m "fixes #33, closes #511"
92
92
```
93
93
94
94
<!--
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ $ gitcommit -Ssxyw
89
89
✔ List issues or PRs (e.g. fixes #1771, resolves #371) … fixes #33, resolves #511
90
90
```
91
91
92
- The actual ` git command ` which will be executed is like
92
+ The actual ` git commit ` command which will be executed is like
93
93
94
94
```
95
- $ git commit -S -s -- allow-empty-message -m "major(refactor): huge api change" -m "" -m "some pretty long body description." -m "" -m "fixes #33, closes #511"
95
+ $ git commit -- allow-empty-message -S -s -m "major(refactor): huge api change" -m "" -m "some pretty long body description." -m "" -m "fixes #33, closes #511"
96
96
```
97
97
98
98
<!--
You can’t perform that action at this time.
0 commit comments