Closed
Description
Hi, when trying to simulate the pop operation, i am getting the following error.
❯ git-sim stash push my-file.py
git-sim error: No modified or staged file with name: 'push'
Although, not using the push
command and giving the file name directly seems to work
❯ git-sim stash my-file.py
Simulating: git stash my-file.py
Same happens with pop command.