Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Git course
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
courses
Git course
Commits
df0d81df
Commit
df0d81df
authored
Oct 14, 2013
by
Laros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the introduction slides.
parent
7a45299c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
5 deletions
+20
-5
introduction/introduction.tex
introduction/introduction.tex
+20
-5
No files found.
introduction/introduction.tex
View file @
df0d81df
...
...
@@ -32,12 +32,22 @@
% First page of the presentation.
\section
{
Introduction
}
\begin{frame}
\frametitle
{
Version control
systems
.
}
\frametitle
{
Version control.
}
\emph
{
The management of changes to documents, computer programs, large web
sites, and other collections of information.
}
--- Wikipedia.
\bigskip
\pause
General features:
\begin{itemize}
\item
Keeping track of your files in an orderly manner.
\begin{itemize}
\item
Hiding old versions.
\item
Recording who made changes and when.
\end{itemize}
\item
Enables collaboration.
\end{itemize}
\end{frame}
\begin{frame}
...
...
@@ -59,7 +69,7 @@
\item
A reliable way to share files between people/computers.
\item
Allow multiple people working on the same project at the same time.
\item
Conflict resolution.
\item
See who made wh
at changes at when
.
\item
See who made wh
ich changes at which time
.
\item
\ldots
\end{itemize}
\end{frame}
...
...
@@ -75,7 +85,12 @@
\item
This code will not be used by anyone else.
\item
The bugs can be tracked forever.
\item
\ldots
\pause
\end{itemize}
\bigskip
\pause
Eventually leading to:
\begin{itemize}
\item
I'm too busy rewriting the code I accidentally deleted.
\end{itemize}
\end{frame}
...
...
@@ -145,7 +160,7 @@
\begin{frame}
\frametitle
{
History.
}
Designed to replace
a commercial package named
\emph
{
BitKeeper
}
.
Designed to replace
the commercial package
\emph
{
BitKeeper
}
.
\begin{itemize}
\item
Speed.
\item
Simple design.
...
...
@@ -190,7 +205,7 @@
We are going to:
\begin{itemize}
\item
Create and configure a user account on the GitLab server.
\item
Upload an
\bt
{
ssh-key
}
.
\item
Upload an
\bt
{
ssh-key
}
to work with Git
.
\end{itemize}
\vfill
...
...
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