2015-07-06 15:06:10 +02:00
|
|
|
\begin{frame}
|
2015-07-15 20:52:22 +02:00
|
|
|
\frametitle{Commandes git}
|
|
|
|
\framesubtitle{merge}
|
|
|
|
\begin{description}
|
2015-07-20 10:16:18 +02:00
|
|
|
\item[\commande{git merge}] Intégrer les commit d'une branche à une autre
|
2015-07-15 20:52:22 +02:00
|
|
|
\end{description}
|
2015-07-20 10:16:18 +02:00
|
|
|
%\skbinput[from=fig]{apps/git_commande_merge}
|
2015-07-15 20:52:22 +02:00
|
|
|
\begin{exampleblock}{Options à retenir}
|
|
|
|
\begin{description}
|
|
|
|
\item[\commande{--abort}] Pour faire machine arrière lors d'un merge manuel
|
|
|
|
\end{description}
|
|
|
|
\end{exampleblock}
|
2015-07-06 15:06:10 +02:00
|
|
|
% contenu (pas trop long) de la diapositive
|
2015-07-15 20:52:22 +02:00
|
|
|
\end{frame}
|