create_branch

Function create_branch 

Source
pub fn create_branch(
    branch_name: &str,
    from_point: Option<&str>,
    verbose: bool,
    dry_run: bool,
) -> Result<String>
Expand description

Create a new branch from the current HEAD or a specified point.