From 81d8bfad125208549d3890e4248b693a4a9d5c62 Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Mon, 1 Mar 2021 16:22:48 +0100 Subject: [PATCH] Add why VCS intro section --- sections/introduction.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sections/introduction.tex b/sections/introduction.tex index de0d207..040057b 100644 --- a/sections/introduction.tex +++ b/sections/introduction.tex @@ -29,6 +29,22 @@ \section{Introduction} Note: This workshop takes about 8 hours (hopefully!) \end{frame} +\subsection{Version Control Systems} +\begin{frame} + \subslidetitle + + \textbf{Why do we use Version Control Systems?} + \pause + \\ + \begin{itemize} + \item complete change history of \textbf{every} file + \item navigate in history + \item traceability + \item working in a team (branching, merging, ...) + \item ... + \end{itemize} +\end{frame} + \subsection{History} \begin{frame} \subslidetitle