pub fn create_branch_at(branch: &str, sha: &str) -> Result<()>
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.
sha
split