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.