Skip to main content

merge_no_ff

Function merge_no_ff 

Source
pub async fn merge_no_ff(
    repo: &Path,
    branch: &str,
    message: &str,
) -> Result<GitOut>
Expand description

git merge --no-ff of branch into the currently checked-out branch.