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

prev - Move to an earlier commit in the current stack

prev [-a|--all] [-b|--branch] [-o|--oldest] [-n|--newest] [-i|--interactive] [-m|--merge] [-f|--force] [-h|--help] [NUM_COMMITS]

Move to an earlier commit in the current stack

Traverse as many commits as possible
Move the specified number of branches rather than commits
When encountering multiple next commits, choose the oldest
When encountering multiple next commits, choose the newest
When encountering multiple next commits, interactively prompt which to advance to
If the local changes conflict with the destination commit, attempt to merge them
If the local changes conflict with the destination commit, discard them. (Use with caution!)
Print help (see a summary with '-h')
[NUM_COMMITS]
The number of commits to traverse.

If not provided, defaults to 1.

prev