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

reword - Reword commits

reword [--hidden] [-f|--force-rewrite] [-m|--message] [-d|--discard] [--fixup] [-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
Message to apply to commits. Multiple messages will be combined as separate paragraphs, similar to `git commit`
Throw away the original commit messages.

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

A commit to "fix up". The reworded commits will become `fixup!` commits (suitable for use with `git rebase --autosquash`) targeting the supplied commit
Print help (see a summary with '-h')
[REVSETS] [default: stack() | @]
Zero or more commits to reword
reword