From 6ffb55be752ef8340cf354b5d7e6ab0d765f057a Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:25:15 -0500 Subject: [PATCH] docs: mention -s flag in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 615e66a..a3dc099 100644 --- a/README.md +++ b/README.md @@ -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: