Skip to main content

check_branch_merged

Function check_branch_merged 

Source
pub fn check_branch_merged(
    repo: &GitRepo,
    branch: &str,
    base: &str,
) -> Result<bool>