\begin{frame}
    \frametitle{Commandes git}
    \framesubtitle{cherry-pick}
    \begin{description}
        \item[\commande{git cherry-pick}] Appliquer les changements introduits dans un commit donné
    \end{description}
    \begin{exampleblock}{Options à retenir}
        \begin{description}
            \item[\commande{--abort}] Interrompre le processus
        \end{description}
    \end{exampleblock}
\end{frame}