Skip to content

Commit 6ffb55b

Browse files
committed
docs: mention -s flag in README
1 parent 3e0b97d commit 6ffb55b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ If you want to do a dry run without executing any commands, use the `--dry-run`
7878
ch --dry-run
7979
```
8080

81+
### `--sign` or `-s`
82+
83+
If you want to run the `-S` flag when using `git commit`:
84+
85+
```bash
86+
ch -s
87+
```
88+
8189
## Example
8290

8391
If I want to run `git add -A`, then `git commit -m "feat: add new feature"`, then `git push` all in one go, I could run the following command:

0 commit comments

Comments
 (0)