\begin{frame}
    \frametitle{Commandes git}
    \framesubtitle{commit}
    \begin{description}
        \item[\commande{git commit}] Créer un commit à partir du contenu de l'index
    \end{description}
    \skbinput[from=fig]{apps/git_commande_commit}
    \begin{exampleblock}{Options à retenir}
        \begin{description}
            \item[\commande{-a}] Court-circuiter l'index en intégrant au commit les modifications des fichiers suivis dans le répertoire de travail
            \item[\commande{--amend}] Modifier le dernier commit
        \end{description}
    \end{exampleblock}
    % contenu (pas trop long) de la diapositive
\end{frame}