mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 05:10:25 +08:00
fix: error when trying to unstage files in fresh repo (#2177)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{
|
||||
WorkingDirectory = repo;
|
||||
Context = repo;
|
||||
Args = $"reset HEAD --pathspec-from-file={pathspec.Quoted()}";
|
||||
Args = $"reset --pathspec-from-file={pathspec.Quoted()}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user