Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
courses
Git course
Commits
8ce88626
Commit
8ce88626
authored
Aug 30, 2017
by
Mihai Lefter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduction: vcs diagrams.
parent
c22a66bd
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6566 additions
and
1268 deletions
+6566
-1268
introduction/images/vcs_example/vcs_example_00.svg
introduction/images/vcs_example/vcs_example_00.svg
+276
-1223
introduction/images/vcs_layout.svg
introduction/images/vcs_layout.svg
+6261
-0
introduction/introduction.tex
introduction/introduction.tex
+29
-45
No files found.
introduction/images/vcs_example/vcs_example_00.svg
View file @
8ce88626
This source diff could not be displayed because it is too large. You can
view the blob
instead.
introduction/images/vcs_layout.svg
0 → 100644
View file @
8ce88626
This diff is collapsed.
Click to expand it.
introduction/introduction.tex
View file @
8ce88626
...
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment