diff --git a/src/tex/gestion_non_lineaire/application_git.tex b/src/tex/gestion_non_lineaire/application_git.tex index 2ba7504a4134489745ff49ba965ee138c59ba03e..f0f35bbd681fad0a3e876920382f0c26a731d32f 100644 --- a/src/tex/gestion_non_lineaire/application_git.tex +++ b/src/tex/gestion_non_lineaire/application_git.tex @@ -26,6 +26,36 @@ \end{block} \end{frame} +\begin{frame}[fragile] + \frametitle{Application} + \begin{beamercolorbox}[rounded=true, shadow=true]{terminal} + \begin{Verbatim} +$ git branch premiere_branche \Pause + +$ git branch \Pause +* \textcolor{myGreen}{master} + premiere_branche \Pause + +$ git checkout -b develop \Pause +Basculement sur la nouvelle branche 'develop' \Pause + +$ git status \Pause +Sur la branche develop +rien à valider, la copie de travail est propre \Pause + +$ git branch -d premiere_branche \Pause +Branche premiere_branche supprimée (précédemment 168efba) + +$ touch dev.txt \Pause + +$ git add -A && git commit -m ''Ajout fichier dev'' \Pause +[develop 2292018] Ajout fichier dev + 1 file changed, 0 insertions(+), 0 deletions(-) + create mode 100644 dev.txt + \end{Verbatim} + \end{beamercolorbox} +\end{frame} + \begin{frame}[fragile] \frametitle{Changer de branche} \framesubtitle{Plus facile qu'à l'UTC !}