summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--workshop.tex13
1 files changed, 12 insertions, 1 deletions
diff --git a/workshop.tex b/workshop.tex
index 8b4a563..922fd8b 100644
--- a/workshop.tex
+++ b/workshop.tex
@@ -50,7 +50,18 @@ Examples:
\begin{frame}{Bad solutions}
\begin{itemize}
\item Email attachments: \visible<2->{nobody in their right mind wants to do that}
-\item Dropbox: good to share files not to work concurrently
+\item Dropbox: \visible<3->{Good for file sharing, terrible at handling concurrency}
+\end{itemize}
+\end{frame}
+
+\begin{frame}{Version Control Systems}
+\begin{itemize}
+\item designed exactly for this purpose
+\item several flavors:
+\begin{itemize}
+\item centralized (ex: Subversion)
+\item decentralized (ex: Git)
+\end{itemize}
\end{itemize}
\end{frame}