diff --git a/website/docs/usage/examples.md b/website/docs/usage/examples.md index 7699c2534a..021d384761 100644 --- a/website/docs/usage/examples.md +++ b/website/docs/usage/examples.md @@ -100,3 +100,15 @@ Skip running the commands defined in [pre](/docs/configuration/git#commit_prepro # No external command execution git cliff --no-exec ``` + +Write default config to cliff.toml: + +```bash +git-cliff --init +``` + +Write default config to custom path: + +```bash +git-cliff --config custom.toml --init +```