2015-06-29 14:16:46 +02:00
|
|
|
\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}
|
2015-07-15 20:52:22 +02:00
|
|
|
\item \commande{git config --global user.name "<nom d'utilisateur>"}
|
|
|
|
\item \commande{git config --global user.email "<courriel>"}
|
2015-06-29 14:16:46 +02:00
|
|
|
\end{itemize}
|
|
|
|
\end{frame}
|