Commit cmd
commit_cmd
build_commit_cmd(message, body, *, skip_hooks=True, author=None)
Build the git commit argument list.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
message
|
str
|
Commit summary line. |
required |
body
|
str | None
|
Optional extended commit body. |
required |
skip_hooks
|
bool
|
Append |
True
|
author
|
str | None
|
Git |
None
|