fix: error when trying to unstage files in fresh repo (#2177)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2026-03-11 10:30:35 +08:00
parent d5c26170eb
commit fd62fbee75

View File

@@ -13,7 +13,7 @@
{
WorkingDirectory = repo;
Context = repo;
Args = $"reset HEAD --pathspec-from-file={pathspec.Quoted()}";
Args = $"reset --pathspec-from-file={pathspec.Quoted()}";
}
}
}