lib/core/Invoke-Git.ps1
function Invoke-Git { # Exists solely for mocking purposes & git $args } function Get-GitRootLocation { git rev-parse --show-toplevel } |
function Invoke-Git { # Exists solely for mocking purposes & git $args } function Get-GitRootLocation { git rev-parse --show-toplevel } |