patch

Function patch 

Source
pub fn patch<S: Into<String>, T: Into<String>>(
    runner: &impl TaskRunner<Response = ShellResponse>,
    current_branch: S,
    target_branch: T,
) -> Result<String>