Ajout slides conclusion

This commit is contained in:
Elnath 2018-04-22 19:06:12 +02:00
parent 2ff76b95dc
commit 8893af64bf
1 changed files with 19 additions and 0 deletions

View File

@ -391,6 +391,25 @@ Prérequis pour suivre ce cours:
\end{block}
\end{frame}
\section{Conclusion}
\begin{frame}{Git bash}
Affiche des informations sur les dépôt git dans le terminal.
\vspace{2\baselineskip}
\url{https://github.com/magicmonty/bash-git-prompt}
\end{frame}
\begin{frame}[fragile]{Pas vu dans ce cours}
\begin{itemize}
\item Rebase: comment modifier l'historique (très puissant et très dangereux)
\item Comment bouger les commits d'une branche à une autre
\item \verb|git reflog|: historique des actions effectuées
\item \verb|git bisect|: recherche interactive de bug par dichotomie
\end{itemize}
\end{frame}
\frame{\titlepage}
\end{document}