Slide 12
Slide 12 text
$> git stash
Directory di lavoro e stato indice salvati: WIP on
develop: 0f54a61 removed websocket messaging test
from controller
$> git status
Sul branch develop
Il tuo branch è aggiornato rispetto a 'origin/
develop'.
non c'è nulla di cui eseguire il commit, l'albero di
lavoro è pulito
$> git stash list
stash@{0}: WIP on develop: 0f54a61 removed websocket
messaging test from controller
stash@{1}: On develop:
…
$> git stash pop
https://i.stack.imgur.com/