Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
R3
school
courses
Merge requests
!129
[release] Regular merge of develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[release] Regular merge of develop
develop
into
master
Overview
0
Commits
34
Pipelines
1
Changes
1
Merged
cylon-x
requested to merge
develop
into
master
2 years ago
Overview
0
Commits
34
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
095a3270
Prev
Next
Show latest version
1 file
+
12
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
095a3270
review
· 095a3270
Laurent Heirendt
authored
2 years ago
2022/2022-05-31_git-trilogy-part-1/slides/versioning.md
+
12
−
20
Options
# Using versioning system?
# Why use a version control system?
Basic feature:
*
Ability to recover old versions
*
Ability to recover old versions
<div
class=
"fragment"
>
<div
style=
"position:absolute; left:50%"
>
<img
src=
"slides/img/version-history_OneDrive.png"
height=
"650px"
>
</div>
@@ -11,20 +11,22 @@ Basic feature:
Common tools you are already using supporting "version control":
-
Owncloud
-
OneDrive
-
DropBox
-
...
Its clear
**who**
changed
**which file**
and
**when**
:) Huray!
From the list of files, it is clear
*who*
changed which file and
*when*
.
<div
class=
"fragment"
>
### But something is missing, right?
-
**What exactly**
was changed? (which section or row?)
-
**Why**
it was changed?
But some information is missing:
-
*What exactly*
was changed? (which section or row?)
-
*Why*
was it changed?
# Using versioning system?
# Why use a version control system?
## Manual file versioning + CHANGELOG
<br>
@@ -87,14 +89,4 @@ CHANGELOG.txt
<div
class=
"fragment"
>
What happens when
**10**
people contribute?
```
_ ._ _ , _ ._
(_ ' ( ` )_ .__)
( ( ( ) `) ) _)
(__ (_ (_ . _) _) ,__)
`~~`\ ' . /`~~`
; ;
/ \
_____________/_ __ \_____________
```
What happens when
**10**
people contribute?
\ No newline at end of file
Loading