\documentclass{IutSlideBeamerNew} \title{Git} \subtitle{Principes et utilisation de base} \date{Mars 2020} % Un commentaire juste pour provoquer l'encodage : éàè \AtBeginSubsection[] { % \beamertemplateshadingbackground{monbleu}{white} \frame<beamer> { \frametitle{Sommaire} \tableofcontents[currentsection,currentsubsection] } % \beamertemplatesolidbackgroundcolor{white} } \usepackage{gitcommon} \begin{document} \frame{\titlepage} %====================================================================== %\frame{\frametitle{Sommaire}\tableofcontents[part=1]} \frame{\frametitle{Sommaire}\tableofcontents} %====================================================================== %\part{En route} %====================================================================== \include{intro} \include{basegit} \include{maincommands} \include{collabowork} \include{config} \include{moregit} % 2 points importants d'évolutions : introduire les hunks et git % checkout ! % Des outils pour résoudre les conflits : % https://developer.atlassian.com/blog/2015/12/tips-tools-to-solve-git-conflicts/ \end{document}