You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes:
* git discovery by searching for `git.exe` instead of `git`
* git invocation by passing an absolute path instead of just an executable name
For an example of usage please see `GitRepositoryProvider.fetch` in the SwiftPM project.
0 commit comments