From d15b47d5a0a58515b64e2f57d4b6ab2b86e404be Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 5 Feb 2025 16:53:27 -0700 Subject: Renamed tutorials and updated links in tutorial/readme.md --- tutorials/version_control.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tutorials/version_control.md (limited to 'tutorials/version_control.md') diff --git a/tutorials/version_control.md b/tutorials/version_control.md new file mode 100644 index 0000000..f9719e1 --- /dev/null +++ b/tutorials/version_control.md @@ -0,0 +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? + + - 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