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 d4ce1cd commit 425726eCopy full SHA for 425726e
Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/Git.cs
@@ -133,7 +133,7 @@ public static void DiscardChanges(string path)
133
var process = Process.Start(new ProcessStartInfo
134
{
135
FileName = GitPath,
136
- Arguments = $"checkout {path}",
+ Arguments = $@"checkout ""{path}""",
137
UseShellExecute = false,
138
RedirectStandardOutput = true,
139
RedirectStandardError = true,
0 commit comments