Skip to content
Snippets Groups Projects
Commit 8ce88626 authored by Mihai Lefter's avatar Mihai Lefter
Browse files

Introduction: vcs diagrams.

parent c22a66bd
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
......@@ -102,8 +102,35 @@
\end{center}
\end{pframe}
\subsection{Local repository}
\begin{pframe}
\begin{center}
\includegraphics[width=\textwidth]{images/vcs_layout_local.pdf}
\end{center}
\end{pframe}
\subsection{Central repository}
\begin{pframe}
\begin{center}
\includegraphics[width=\textwidth]{images/vcs_layout_central.pdf}
\end{center}
\end{pframe}
\subsection{Distributed repositories}
\begin{pframe}
\begin{center}
\includegraphics[width=\textwidth]{images/vcs_layout_distributed.pdf}
\end{center}
\end{pframe}
\begin{pframe}
\begin{center}
\includegraphics[width=\textwidth]{images/vcs_layout_distributed_remotes.pdf}
\end{center}
\end{pframe}
\subsection{General features}
\begin{pframe}
General features:
\begin{itemize}
\item Keep track of your files in an orderly manner.
\begin{itemize}
......@@ -134,7 +161,7 @@
\end{itemize}
\end{pframe}
\subsection{Why should I not use version control?}
\subsection{Why should I not use it?}
\begin{pframe}
\bigskip
......@@ -183,49 +210,6 @@
\end{tikzpicture}
\end{pframe}
\subsection{Local repository}
\begin{pframe}
\begin{figure}[]
\begin{center}
\colorbox{white}{
\hspace{0.5cm}
\includegraphics[height=0.7\textheight]{18333fig0101-tn}
\hspace{0.5cm}
}
\end{center}
\caption{Local version control diagram.}
\end{figure}
\end{pframe}
\subsection{Central repository}
\begin{pframe}
\begin{figure}[]
\begin{center}
\colorbox{white}{
\hspace{0.5cm}
\includegraphics[height=0.7\textheight]{18333fig0102-tn}
\hspace{0.5cm}
}
\end{center}
\caption{Centralised version control diagram.}
\end{figure}
\end{pframe}
\subsection{Distributed repositories}
\begin{pframe}
\begin{figure}[]
\begin{center}
\colorbox{white}{
\hspace{0.5cm}
\includegraphics[height=0.7\textheight]{18333fig0103-tn}
\hspace{0.5cm}
}
\end{center}
\caption{Distributed version control diagram.}
\end{figure}
\end{pframe}
\section{Git}
\subsection{The name}
\begin{pframe}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment