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