[bootlin/training-materials updates] master: agenda: switch from "overview" to "training goals" for Git training (6b918647)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Sep 21 16:55:06 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/6b918647fa15cd86df7a2c1eee1610e0c3f9c340

>---------------------------------------------------------------

commit 6b918647fa15cd86df7a2c1eee1610e0c3f9c340
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Sep 21 16:55:06 2021 +0200

    agenda: switch from "overview" to "training goals" for Git training
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

6b918647fa15cd86df7a2c1eee1610e0c3f9c340
 agenda/git-agenda.tex | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/agenda/git-agenda.tex b/agenda/git-agenda.tex
index e425ffcc..52ee1103 100644
--- a/agenda/git-agenda.tex
+++ b/agenda/git-agenda.tex
@@ -12,14 +12,16 @@
 \feagendasummaryitem{Title}{
   {\bf \trainingtitle{}}
 }
-\feagendasummaryitem{Overview}{
-  Introduction to source control and Git \par
-  Git glossary\par
-  Git basics\par
-  Branches\par
-  Remotes\par
-  Collaborating\par
-  Workflows
+\feagendasummaryitem{Training goals}{
+  \begin{itemize}
+  \item Review the basic principles of version control and Git
+  \item Understand the terminology used by Git
+  \item Learn the basic version control operations with Git
+  \item Learn how to create, use and manage branches with Git
+  \item Learn how to use {\em remote} repositories with Git
+  \item Learn the main techniques for collaboration with Git
+  \item Discover typical workflows used for version control with Git
+  \end{itemize}
 }
 \feagendasummaryitem{Duration}{
   {\bf One} day - 8 hours.




More information about the training-materials-updates mailing list