We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce9f59 commit f499eb7Copy full SHA for f499eb7
lib/core/Invoke-Git.ps1
@@ -1,6 +1,6 @@
1
function Invoke-Git {
2
# Exists solely for mocking purposes
3
- & git $args
+ & git @args
4
}
5
6
function Get-GitRootLocation {
0 commit comments