Below are the steps i did that causes this issue
- Make a commit with 2 files (any files)
- In Local changes, enable
Amend so you can see the files
- Select all files in Staged and do Stash with
Keep All
- Files are not stashed.
- also i noticed that if
stash@{0} already exists, then the files within that stash are being applied too for some reason, even tho my action was to stash the current Staged files .
Workaround to get this working
- Switch to a different commit
- Cherry pick the commit that you want to stash its files (without making a commit ofc)
- Now you can stash all files in Staged without any issues
Below are the steps i did that causes this issue
Amendso you can see the filesKeep Allstash@{0}already exists, then the files within that stash are being applied too for some reason, even tho my action was to stash the current Staged files .Workaround to get this working