22
0
Fork 0

clarification pour git-stash

This commit is contained in:
gcolpart 2016-12-29 14:08:34 +01:00
parent 0fb16da00a
commit e3ce6bb08f
1 changed files with 2 additions and 2 deletions

View File

@ -287,10 +287,10 @@ stash@{0}: WIP on dev: fb1fa70… m
stash@{1}: WIP on dev: fb1fa70… m
~~~
Et ré-appliquer les modifications stockées :
Et ré-appliquer la dernière modification stockée :
~~~{.bash}
$ git stash apply stash@{0}
$ git stash pop
~~~
Pour purger le buffer sans l'appliquer :