gt commit amend
Amend the most recent commit and restack upstack branches
Options
Name | Description |
---|---|
--all, -a | Stage all changes before committing |
--message, -m <message> | The updated message for the commit |
--edit | Modify the existing commit message |
--patch, -p | Pick hunks to stage before amending |
--no-edit, -n | Don't modify the existing commit message. Takes precedence over --edit |