mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 12:48:43 -03:00
fix typo
This commit is contained in:
parent
896006ff4d
commit
5c57fb5ea5
@ -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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user