Version utilisée pour la formation à OCP

This commit is contained in:
2015-07-20 10:16:18 +02:00
parent 232473472a
commit a8aa04147c
43 changed files with 646 additions and 180 deletions

View File

@ -100,7 +100,7 @@ aucune modification ajoutée à la validation mais des fichiers non suivis sont
\frametitle{Premier pas}
\framesubtitle{Création d'un fichier}
\commande{git add .}
\skbinput[from=fig]{apps/git_trees}
\skbinput[from=fig]{apps/git_commande_add}
\end{frame}
\begin{frame}[fragile]
@ -121,10 +121,15 @@ Modifications qui seront validées :
\end{frame}
\begin{frame}
\frametitle{Premier pas}
\framesubtitle{Création d'un fichier}
\commande{git commit -m "Ajout du premier fichier."}
\skbinput[from=fig]{apps/git_commande_commit}
\end{frame}
\begin{frame}[fragile]
\frametitle{Premier pas}
\framesubtitle{Création d'un fichier}
\commande{git status}
\begin{minted}[fontsize=\tiny]{bash}
Sur la branche master