mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-07-01 13:24:52 -03:00
fix typo
This commit is contained in:
@ -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.
|
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
|
```sh
|
||||||
$ git stash apply "stash@{2.hours.ago}"
|
$ git stash apply "stash@{2.hours.ago}"
|
||||||
|
Reference in New Issue
Block a user