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 3ba8e0c commit a00c670Copy full SHA for a00c670
Scripts/CustomEditor/GitSettings.cs
@@ -17,7 +17,7 @@ public static class GitSettings
17
18
public static string DefaultGitPath => SystemInfo.operatingSystemFamily.Equals(OperatingSystemFamily.Windows)
19
? @"C:\Program Files\Git\bin\git.exe"
20
- : "/usr/local/bin/git";
+ : "/usr/bin/git";
21
22
public static string GitPath
23
{
0 commit comments