pub fn git_fetch(bare: &Path) -> Result<()>
Fetch the latest refs from origin for a bare clone at bare.
origin
bare
Returns an error if the git command fails to spawn or exits non-zero.