@@ -550,6 +550,29 @@ rien à valider, la copie de travail est propre
\end{beamercolorbox}
\end{frame}
\begin{frame}[fragile]{Restaurer les modifications enregistrées}
\begin{block}{Mise en situation (bis)}
\begin{itemize}
\item\enquote{Eeeeeh mais je fais comment maintenant ?}
\item\enquote{Tranquille, git stash pop !}
\end{itemize}
\end{block}
\verb+$ git stash pop+ : applique les modifications enregistrées par le \textbf{dernier}\verb+stash+ sur le working directory (attention aux conflits en cas de modifications qui se recoupent !)