From a439c924b7f222f8160e694cee928b0c09c03551 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 17 Mar 2025 14:31:50 -0600 Subject: Re-organized tutorials to modules --- tutorials/module_2/2_version_control.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tutorials/module_2/2_version_control.md (limited to 'tutorials/module_2/2_version_control.md') diff --git a/tutorials/module_2/2_version_control.md b/tutorials/module_2/2_version_control.md new file mode 100644 index 0000000..5a28715 --- /dev/null +++ b/tutorials/module_2/2_version_control.md @@ -0,0 +1,15 @@ +# 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 -- cgit v1.2.3