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

minor changes and typos

parent 77160393
No related branches found
No related tags found
2 merge requests!129[release] Regular merge of develop,!127Review part 1
......@@ -16,7 +16,7 @@ Web-based platforms with **many** features facilitating storing, tracking and co
- Public GitLab: [https://gitlab.com](https://gitlab.com)
- **LCSB** specific: [https://gitlab.lcsb.uni.lu](https://gitlab.lcsb.uni.lu)
Another popular platforms:
Other popular platforms:
- **GitHub**: [https://github.com](https://github.com)
- **BitBucket**: [https://bitbucket.org](https://bitbucket.org)
- **Gitea**: [https://gitea.io](https://gitea.io)
......
# Why use a version control system?
Basic feature:
Basic features:
* Ability to recover old versions
* Maintain different versions of documents or code
* Ability to recover previous versions
* Track all changes to a document or code
<div style="position:absolute; left:50%">
<img src="slides/img/version-history_OneDrive.png" height="650px">
</div>
Common tools you are already using supporting "version control":
- Owncloud
- OneDrive
- ...
* Owncloud
* OneDrive
* ...
From the list of files, it is clear *who* changed which file and *when*.
......
......@@ -37,8 +37,8 @@ Linus Torvalds (2007-06-14)
* Annotate each change with description
* **Backtrack** (if necessary) and undo unwanted changes
* Contribute content in parallel
* Easily **add contributions** of your collaborators to the any version
</div>
* Easily **add contributions** of your collaborators to any version
note:
......
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