rt git amend
rt › git › amend
Amend the last commit with what is staged (message optional)
Usage
rt git amend [<message>] [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<message> | text | New commit message; omitted keeps the current one | |
--no-verify | boolean | false | Skip commit hooks |
--json | boolean | false | Machine-readable result |
See code: commands/git/mutate.ts › amendCommand