pub fn push_current_branch( repo_root: &Path, remote: &str, ) -> Result<(), GitError>
Push the current branch to a remote.
This pushes HEAD to the current branch on the specified remote.