2015-07-06 15:06:10 +02:00
|
|
|
\begin{frame}
|
2015-07-15 20:52:22 +02:00
|
|
|
\frametitle{Commandes git}
|
|
|
|
\framesubtitle{add}
|
|
|
|
\begin{description}
|
|
|
|
\item[\commande{git add}] Ajouter le contenu d'un fichier à l'index.
|
|
|
|
\end{description}
|
|
|
|
\skbinput[from=fig]{apps/git_commande_add}
|
|
|
|
\begin{exampleblock}{Options à retenir}
|
|
|
|
\begin{description}
|
|
|
|
\item[\commande{-u}] ajout des modifications des fichiers déjà connus de git
|
|
|
|
\item[\commande{-i}] ajout interactif
|
|
|
|
\end{description}
|
|
|
|
\end{exampleblock}
|
|
|
|
\end{frame}
|