We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af0986 commit 8bdefc2Copy full SHA for 8bdefc2
1 file changed
README.md
@@ -189,8 +189,8 @@ Usage: `git-sim commit -m "Commit message"`
189
Usage: `git-sim stash [push|pop|apply] <file>`
190
191
- Specify one or more `<file>` as a *modified* working directory file, or staged file
192
-- If no `<file>` is specified, all available working directory and staged files will be included
193
-- Simulated output will show files being moved to the Git stash
+- If no `<file>` is specified, all available files will be included
+- Simulated output will show files being moved in/out of the Git stash
194
- Note that simulated output will also show the most recent 5 commits on the active branch
195
196

0 commit comments