Ajout slides conclusion
This commit is contained in:
parent
2ff76b95dc
commit
8893af64bf
|
|
@ -391,6 +391,25 @@ Prérequis pour suivre ce cours:
|
||||||
\end{block}
|
\end{block}
|
||||||
\end{frame}
|
\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}
|
\frame{\titlepage}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue