-
-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers