Skip to main content

fetch_branch_if_aggressive

Function fetch_branch_if_aggressive 

Source
pub fn fetch_branch_if_aggressive(root: &Path, branch: &str, aggressive: bool)
Expand description

Run git fetch <branch> when aggressive is true; emit a warning on failure.