15 lines
621 B
TeX
15 lines
621 B
TeX
\begin{frame}
|
|
\frametitle{Commandes git}
|
|
\framesubtitle{pull}
|
|
\begin{description}
|
|
\item[\commande{git pull}] Synchroniser une branche locale avec la branche distante
|
|
\end{description}
|
|
\skbinput[from=fig]{apps/git_commande_pull}
|
|
\begin{exampleblock}{Options à retenir}
|
|
\begin{description}
|
|
\item[\commande{--rebase}] Choisir la stratégie rebase pour incorporer les changements (équivalent à la succession des commandes \commande{fetch} et \commande{rebase})
|
|
\end{description}
|
|
\end{exampleblock}
|
|
% contenu (pas trop long) de la diapositive
|
|
\end{frame}
|