Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
GitUtils
0.4.0
GitUtils.pre.ps1
if
(
(
Get-Command
"git"
-ErrorAction
SilentlyContinue
)
-eq
$null
)
{
throw
"Error: Git not available. Please install git and add it to your path."
}