2015-07-06 15:06:10 +02:00
|
|
|
\begin{frame}
|
2015-07-15 20:52:22 +02:00
|
|
|
\frametitle{Commandes git}
|
|
|
|
\framesubtitle{checkout}
|
|
|
|
\begin{description}
|
|
|
|
\item[\commande{git checkout}] Synchroniser le répertoire de travail avec une version
|
|
|
|
\end{description}
|
|
|
|
\skbinput[from=fig]{apps/git_commande_checkout}
|
|
|
|
\begin{exampleblock}{Options à retenir}
|
|
|
|
\begin{description}
|
|
|
|
\item[\commande{-b}] Créer une nouvelle branche et déplacer HEAD dessus
|
|
|
|
\item[\commande{--ours --theirs}] Conserver des modifications explicitement
|
|
|
|
\end{description}
|
|
|
|
\end{exampleblock}
|
|
|
|
\end{frame}
|