Skip to main content

push_upstream

Function push_upstream 

Source
pub fn push_upstream(repo_root: &Path) -> Result<(), GitError>
Expand description

Push HEAD to the configured upstream.

Returns an error if push fails due to authentication, missing upstream, or other git errors.