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

16 lines
587 B
TeX
Raw Normal View History

2015-07-06 15:08:31 +02:00
\begin{frame}
2015-07-15 20:52:22 +02:00
\frametitle{Commandes git}
\framesubtitle{push}
\begin{description}
\item[\commande{git push}] Synchroniser une branche distante avec une branche locale
\end{description}
\skbinput[from=fig]{apps/git_commande_push}
\begin{exampleblock}{Options à retenir}
\begin{description}
\item[\commande{--tags}] Pousser les tags locaux sur le dépôt distant
\item[\commande{--all}] Pousser toutes les branches
\end{description}
\end{exampleblock}
2015-07-06 15:08:31 +02:00
% contenu (pas trop long) de la diapositive
2015-07-15 20:52:22 +02:00
\end{frame}