summaryrefslogtreecommitdiff
path: root/tutorials/2_version_control.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/2_version_control.md')
-rw-r--r--tutorials/2_version_control.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/tutorials/2_version_control.md b/tutorials/2_version_control.md
index f9719e1..5a28715 100644
--- a/tutorials/2_version_control.md
+++ b/tutorials/2_version_control.md
@@ -4,11 +4,10 @@
Version control is a system that tracks changes to files, enabling developers to collaborate, manage code history, and revert to previous versions when needed.
Why use it you may ask?
-
- - Tracks changes and history.
- - Enables collaboration among developers.
- - Reduces errors by managing code versions.
- - Supports branching and merging for parallel development.
+- Tracks changes and history.
+- Enables collaboration among developers.
+- Reduces errors by managing code versions.
+- Supports branching and merging for parallel development.
## Git
Git is a version control program that allows