From a436e8517853231126bdb6825a98980d083cc14e Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 14 Feb 2025 01:07:58 -0700 Subject: Updated tutorials --- tutorials/2_version_control.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tutorials/2_version_control.md') 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 -- cgit v1.2.3