git-branchless-reword(1) General Commands Manual git-branchless-reword(1)

reword - Reword commits

reword [--hidden] [-f|--force-rewrite] [-m|--message] [--fixup] [-d|--discard] [-h|--help] [REVSETS]

Reword commits

Include hidden commits in the results of evaluating revset expressions
Force rewording public commits, even though other people may have access to those commits
The commit message to use. Multiple messages will be combined as separate paragraphs, similar to `git commit`. If not provided, you will be prompted to provide a commit message interactively
A commit to "fix up". The message will be prefixed with `fixup!` following the supplied commit, suitable for use with `git rebase --autosquash`
Throw away the original commit messages.

If `commit.template` is set, then the editor is pre-populated with that; otherwise, the editor starts empty.

Print help (see a summary with '-h')
[REVSETS] [default: stack() | @]
Zero or more commits to reword
reword