Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git_basis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LBMC
Hub
formations
git_basis
Commits
9eae6e47
Commit
9eae6e47
authored
8 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
presentation.tex: Version Control System (VSC) slide
parent
53e326d8
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
img/git_logo.jpg
+0
-0
0 additions, 0 deletions
img/git_logo.jpg
img/mercurial_logo.jpg
+0
-0
0 additions, 0 deletions
img/mercurial_logo.jpg
img/subversion_logo.jpg
+0
-0
0 additions, 0 deletions
img/subversion_logo.jpg
presentation.tex
+24
-3
24 additions, 3 deletions
presentation.tex
with
24 additions
and
3 deletions
img/git_logo.jpg
0 → 100644
+
0
−
0
View file @
9eae6e47
47.1 KiB
This diff is collapsed.
Click to expand it.
img/mercurial_logo.jpg
0 → 100644
+
0
−
0
View file @
9eae6e47
97.4 KiB
This diff is collapsed.
Click to expand it.
img/subversion_logo.jpg
0 → 100644
+
0
−
0
View file @
9eae6e47
3.85 KiB
This diff is collapsed.
Click to expand it.
presentation.tex
+
24
−
3
View file @
9eae6e47
...
...
@@ -17,10 +17,31 @@
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section
{
V
SC
}
\section
{
V
ersion 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}
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