Skip to main content

branch_from

Function branch_from 

Source
pub fn branch_from(
    ctx: &mut CommandContext,
    entry_id: &str,
) -> Result<String, CliError>
Expand description

Branch from a specific entry in the session

This moves the leaf pointer to the specified entry, creating a new branch. Subsequent appends will be children of this entry.