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
−a, −−all
Traverse as many commits as possible
−b, −−branch
Move the specified number of branches rather than commits
−o, −−oldest
When encountering multiple next commits, choose the oldest
−n, −−newest
When encountering multiple next commits, choose the newest
−i, −−interactive
When encountering multiple next commits, interactively prompt which to advance to
−m, −−merge
If the local changes conflict with the destination commit, attempt to merge them
−f, −−force
If the local changes conflict with the destination commit, discard them. (Use with caution!)
−h, −−help
Print help (see a summary with '−h')
[NUM_COMMITS]
The number of commits to traverse.
If not provided, defaults to 1.