Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Git-Tool
1.1
Config.ps1
$GitTool
=
@{
Directory
=
$env:HOME
;
Service
=
"github.com"
;
GitIgnore
=
@{
Default
=
"visualstudiocode"
;
}
;
}
if
(
$null
-ne
$env:DEV_DIRECTORY
)
{
$GitTool
.
Directory
=
$env:DEV_DIRECTORY
}