Skip to main content

git_repo_push

Function git_repo_push 

Source
pub fn git_repo_push(
    git_repo: &mut GitRepo,
) -> Result<GitRepo, Box<EvalAltResult>>
Expand description

Wrapper for GitRepo::push

Pushes changes to the remote repository.