\begin{frame} \frametitle{Configurer git} \framesubtitle{Identifier l'utilisateur} git associe à chaque commit des informations sur la personne ayant commité et sur la personne ayant mergé le commit. \begin{itemize} \item \commande{git config --global user.name ""} \item \commande{git config --global user.email ""} \end{itemize} \end{frame}