This commit is contained in:
yaame 2019-09-10 00:55:37 +00:00
parent 896006ff4d
commit 5c57fb5ea5
1 changed files with 1 additions and 1 deletions

View File

@ -1469,7 +1469,7 @@ $ git stash apply "stash@{n}"
Here, 'n' indicates the position of the stash in the stack. The topmost stash will be position 0.
Furthermore, time based aslo possible(If you can remeber).
Furthermore, time based also possible(If you can remember).
```sh
$ git stash apply "stash@{2.hours.ago}"