Crate git_branchless_navigation

Source
Expand description

Convenience commands to help the user move through a stack of commits.

Modules§

prompt
An interactive prompt to select a commit.

Enums§

Command
The command being invoked, indicating which direction to traverse commits.
Distance
The number of commits to traverse.
Towards
Some commits have multiple children, which makes next ambiguous. These values disambiguate which child commit to go to, according to the committed date.

Functions§

switch
Interactively switch to a commit from the smartlog.
traverse_commits
Go forward or backward a certain number of commits.