summaryrefslogtreecommitdiff
path: root/tutorials/2_version_control.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-02-14 01:07:58 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-02-14 01:07:58 -0700
commita436e8517853231126bdb6825a98980d083cc14e (patch)
treeb58653969e9a8937ac95586bac94e6e9e40a46f9 /tutorials/2_version_control.md
parentd6f14bd75a694c1b6ed30e3ec2482503e656857e (diff)
Updated tutorials
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