summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-02-04 17:01:35 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-02-04 17:01:35 -0700
commit6ac7b2125b0f2f023cac11a6980ff3a38d77affa (patch)
tree8e6ea2cde231117b016c136184e519c42c0db33d
parentd4addd975468794de97728d9c2a38f85d34b8ab0 (diff)
Started git tutorial
-rw-r--r--tutorials/1.3_version_control.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/tutorials/1.3_version_control.md b/tutorials/1.3_version_control.md
index e868ae4..f9719e1 100644
--- a/tutorials/1.3_version_control.md
+++ b/tutorials/1.3_version_control.md
@@ -1,9 +1,16 @@
# Version Control
## What is Version Control
+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?
-## Git
+ - 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
## GitHub