Skip to main content

git_fetch

Function git_fetch 

Source
pub fn git_fetch(bare: &Path) -> Result<()>
Expand description

Fetch the latest refs from origin for a bare clone at bare.

ยงErrors

Returns an error if the git command fails to spawn or exits non-zero.