mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-28 23:54:59 +00:00
enhance: try to reinstate not onl the working tree's change, but also the index's ones (#1135)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
1575ae977e
commit
56ebc182f2
10 changed files with 1 additions and 10 deletions
|
@ -82,7 +82,7 @@ namespace SourceGit.Commands
|
|||
|
||||
public bool Pop(string name)
|
||||
{
|
||||
Args = $"stash pop -q \"{name}\"";
|
||||
Args = $"stash pop -q --index \"{name}\"";
|
||||
return Exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue