summaryrefslogtreecommitdiff
path: root/tutorials/1.3_version_control.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-02-05 16:53:27 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-02-05 16:53:27 -0700
commitd15b47d5a0a58515b64e2f57d4b6ab2b86e404be (patch)
tree6209229ed79c8ff5a98cc21fd478303ba4389d3f /tutorials/1.3_version_control.md
parent9c2e0d2d6d4a59b1a8cc34a98e416f97f67364df (diff)
Renamed tutorials and updated links in tutorial/readme.md
Diffstat (limited to 'tutorials/1.3_version_control.md')
-rw-r--r--tutorials/1.3_version_control.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/tutorials/1.3_version_control.md b/tutorials/1.3_version_control.md
deleted file mode 100644
index f9719e1..0000000
--- a/tutorials/1.3_version_control.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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?
-
- - 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