formations/content/outils/scm/git/commandes/pull.tex

15 lines
621 B
TeX
Raw Normal View History

2015-07-06 15:06:10 +02:00
\begin{frame}
2015-07-15 20:52:22 +02:00
\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})
2015-07-15 20:52:22 +02:00
\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}