pub fn push<'a>(
repo: &Repository,
remote: &str,
refspecs: impl IntoIterator<Item = (&'a Qualified<'a>, &'a Qualified<'a>)>,
) -> Result<(), Error>Expand description
Push refspecs to the given remote using the provided namespace.
pub fn push<'a>(
repo: &Repository,
remote: &str,
refspecs: impl IntoIterator<Item = (&'a Qualified<'a>, &'a Qualified<'a>)>,
) -> Result<(), Error>Push refspecs to the given remote using the provided namespace.