Function git_quickfix::push_new_commit[][src]

pub fn push_new_commit(_repo: &Repository, branch: &str) -> Result<(), Report>
Expand description

Pushes as new branch to origin. Other remote names are currently not supported. If there is a need, please let us know.