Skip to main content

create_branch_at

Function create_branch_at 

Source
pub fn create_branch_at(branch: &str, sha: &str) -> Result<()>
Expand description

Create a branch pointing at sha without checking it out or touching the working tree - used by split to point new branches at existing commits.