Home
last modified time | relevance | path

Searched defs:Git (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGettingStarted.rst453 Sending patches
504 For developers to commit changes from Git
537 .. _git_pre_push_hook:
539 Git pre-push hook
550 Bisecting commits
556 Reverting a change
/netbsd-src/external/bsd/libfido2/dist/windows/
H A Dbuild.ps131 & $Git -c advice.detachedHead=false clone --quiet --depth=1 ` in GitClone() variable
34 & $Git -C "${DIR}" show -s HEAD in GitClone() variable
38 $Git = $(Get-Command git -ErrorAction Ignore | ` variable
40 if ([string]::IsNullOrEmpty($Git)) { variable
41 $Git = $GitPath variable
43 if (-Not (Test-Path $Git)) { variable
44 throw "Unable to find Git at $Git" variable
88 Write-Host "Git: $Git" variable