Function merge_into_main

Source
pub fn merge_into_main(
    local_branch: &str,
    remote_branch: &str,
) -> Result<String, Error>