`Use-Git` currently uses `[CmdletBinding]`, which can create issues when multiple parameters are passed. `Use-Git` should be refactored into a freeform function, to enable this scenario and avoid incompatibility with the real git executable.
Use-Gitcurrently uses[CmdletBinding], which can create issues when multiple parameters are passed.Use-Gitshould be refactored into a freeform function, to enable this scenario and avoid incompatibility with the real git executable.