2015-07-06 15:06:10 +02:00
|
|
|
\begin{frame}
|
2015-07-15 20:52:22 +02:00
|
|
|
\frametitle{Commandes git}
|
|
|
|
\framesubtitle{branch}
|
|
|
|
\begin{description}
|
|
|
|
\item[git branch] Gérer les branches
|
|
|
|
\end{description}
|
|
|
|
|
|
|
|
\begin{exampleblock}{Options à retenir}
|
|
|
|
\begin{description}
|
|
|
|
\item[\commande{--list}] Lister les branches (\commande{-a} les branches locales et distantes, \commande{-r} les branches distantes uniquement)
|
|
|
|
\item[\commande{-d}] Supprimer une branche
|
|
|
|
\end{description}
|
|
|
|
\end{exampleblock}
|
|
|
|
\end{frame}
|