\begin{frame}
    \frametitle{Commandes git}
    \framesubtitle{checkout}
    \begin{description}
        \item[\commande{git checkout}] Synchroniser le répertoire de travail avec une version
    \end{description}
    \skbinput[from=fig]{apps/git_commande_checkout}
    \begin{exampleblock}{Options à retenir}
        \begin{description}
            \item[\commande{-b}] Créer une nouvelle branche et déplacer HEAD dessus
            \item[\commande{--ours --theirs}] Conserver des modifications explicitement
        \end{description}
    \end{exampleblock}
\end{frame}