diff --git a/src/Commands/Reset.cs b/src/Commands/Reset.cs index cfcd337a..f640d0de 100644 --- a/src/Commands/Reset.cs +++ b/src/Commands/Reset.cs @@ -13,7 +13,7 @@ { WorkingDirectory = repo; Context = repo; - Args = $"reset HEAD --pathspec-from-file={pathspec.Quoted()}"; + Args = $"reset --pathspec-from-file={pathspec.Quoted()}"; } } }