Searched defs:Git (Results 1 – 2 of 2) sorted by relevance
453 Sending patches504 For developers to commit changes from Git537 .. _git_pre_push_hook:539 Git pre-push hook550 Bisecting commits556 Reverting a change
31 & $Git -c advice.detachedHead=false clone --quiet --depth=1 ` in GitClone() variable34 & $Git -C "${DIR}" show -s HEAD in GitClone() variable38 $Git = $(Get-Command git -ErrorAction Ignore | ` variable40 if ([string]::IsNullOrEmpty($Git)) { variable41 $Git = $GitPath variable43 if (-Not (Test-Path $Git)) { variable44 throw "Unable to find Git at $Git" variable88 Write-Host "Git: $Git" variable