Skip to content

Commit 4dde895

Browse files
committed
docs: updated manpage
1 parent b8f5366 commit 4dde895

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

share/man/git-cc.1.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ git-cc(1) -- conventional commits based commit message generator
1010

1111
git-cc is interactive git sub-command that will help you craft beautify and informative commit message that adhere to the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard.
1212

13-
## Examples
14-
15-
16-
1713
## Configuration
1814

1915
`git-cc` supports a simple yaml based configuration to customize the prompt behavoir on a repo basis. Simply add a `.git-cc.yaml` into the root of your repository. See [.git-cc.example.yaml](.git-cc.example.yaml)
@@ -33,8 +29,7 @@ custom_commit_types: [
3329
]
3430
```
3531

36-
| property | options |
37-
| :-----------------: | :-----------------------------------------------------------------------------------------: |
38-
| use_defaults | If true use default commit types (default: true) |
39-
| custom_commit_types | Custom commit types to include when prompting, appended to defaults if `use_defaults: true` |
32+
### Properties
4033

34+
use_defaults: If true use default commit types (default: true) |
35+
custom_commit_types: List of custom commit types to include when prompting, appended to defaults if use_defaults=true

0 commit comments

Comments
 (0)