Skip to content
Snippets Groups Projects
Commit 9eae6e47 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

presentation.tex: Version Control System (VSC) slide

parent 53e326d8
No related branches found
No related tags found
No related merge requests found
img/git_logo.jpg

47.1 KiB

img/mercurial_logo.jpg

97.4 KiB

img/subversion_logo.jpg

3.85 KiB

......@@ -17,10 +17,31 @@
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{VSC}
\section{Version Control System}
\begin{frame}
\frametitle{}
\frametitle{Version Control System (VSC)}
\begin{block}{VSC}
Version control is a system that records changes to a file or set of files over
time so that you can recall specific versions later.
\end{block}
\begin{itemize}
\item Make collaborative development easier
\item Are primarily meant to manage text files but can also handle binary
files (e.g. images). However do not track any generated files
\item Are \bf{not} adapted for managing backups!
\end{itemize}
\begin{columns}
\begin{column}{0.3\textwidth}
\includegraphics[width=1.1\textwidth]{./img/subversion_logo.jpg}
\end{column}
\begin{column}{0.3\textwidth}
\includegraphics[width=1.1\textwidth]{./img/git_logo.jpg}
\end{column}
\begin{column}{0.3\textwidth}
\includegraphics[width=0.6\textwidth]{./img/mercurial_logo.jpg}
\end{column}
\end{columns}
\end{frame}
\end{frame}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment