Skip to main content

git_create_branch

Function git_create_branch 

Source
pub async fn git_create_branch(repo: &Path, name: &str) -> Result<(), GitError>
Expand description

Create and switch to a new branch called name.