Skip to content
Snippets Groups Projects
Verified Commit 095a3270 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

review

parent f63286e5
No related branches found
No related tags found
2 merge requests!129[release] Regular merge of develop,!126Changes for git part 1
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment