Skip to main content

fetch

Function fetch 

Source
pub async fn fetch(dir: &Utf8Path) -> Result<()>
Expand description

git fetch --prune inside dir to pull new commits + delete stale remote-tracking refs. Used by kata update to refresh the cache slot before re-checking out.