Function push

Source
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.