docs: mention -s flag in README

This commit is contained in:
rzmk 2024-12-09 18:25:15 -05:00
parent 3e0b97d172
commit 6ffb55be75
No known key found for this signature in database

View file

@ -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: