Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Git course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
courses
Git course
Commits
df0d81df
Commit
df0d81df
authored
11 years ago
by
Laros
Browse files
Options
Downloads
Patches
Plain Diff
Updated the introduction slides.
parent
7a45299c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
introduction/introduction.tex
+20
-5
20 additions, 5 deletions
introduction/introduction.tex
with
20 additions
and
5 deletions
introduction/introduction.tex
+
20
−
5
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 whe
n
.
\item
See who made wh
ich
changes at wh
ich tim
e.
\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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment