formations/content/outils/scm/git/commandes/cherry-pick.tex

13 lines
421 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{cherry-pick}
\begin{description}
\item[\commande{git cherry-pick}] Appliquer les changements introduits dans un commit donné
\end{description}
\begin{exampleblock}{Options à retenir}
\begin{description}
\item[\commande{--abort}] Interrompre le processus
\end{description}
\end{exampleblock}
\end{frame}