pub fn setup_patch_upstream<'a>(
patch: &ObjectId,
patch_head: Oid,
working: &'a Repository,
remote: &RefString,
force: bool,
) -> Result<Option<Branch<'a>>, Error>Expand description
Setup patch upstream branch such that git push updates the patch.