Skip to main content

push

Function push 

Source
pub fn push(repo: &Path, remote: &str, branch: &str) -> Result<bool>
Expand description

Push to the remote. Returns true on success, false if rejected (non-fast-forward).