mirror of
https://github.com/rzmk/commit-helper.git
synced 2025-12-19 05:29:24 +00:00
docs: mention -s flag in README
This commit is contained in:
parent
3e0b97d172
commit
6ffb55be75
1 changed files with 8 additions and 0 deletions
|
|
@ -78,6 +78,14 @@ If you want to do a dry run without executing any commands, use the `--dry-run`
|
|||
ch --dry-run
|
||||
```
|
||||
|
||||
### `--sign` or `-s`
|
||||
|
||||
If you want to run the `-S` flag when using `git commit`:
|
||||
|
||||
```bash
|
||||
ch -s
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue