Function git_fetch_all

Source
pub fn git_fetch_all(
    cwd: Option<String>,
    fetch_tags: Option<bool>,
) -> Result<bool, Error>
Expand description

Fetch everything from origin including tags