Skip to main content

checkout_new_branch

Function checkout_new_branch 

Source
pub fn checkout_new_branch(
    branch: &str,
    start_point: &str,
    verbose: bool,
) -> Result<()>
Expand description

Create and checkout a new branch from a starting point