10 lines
383 B
TeX
10 lines
383 B
TeX
\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 "<nom d'utilisateur>"}
|
|
\item \commande{git config --global user.email "<courriel>"}
|
|
\end{itemize}
|
|
\end{frame}
|