diff options
Diffstat (limited to 'tutorials/2_version_control.md')
| -rw-r--r-- | tutorials/2_version_control.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tutorials/2_version_control.md b/tutorials/2_version_control.md deleted file mode 100644 index 5a28715..0000000 --- a/tutorials/2_version_control.md +++ /dev/null @@ -1,15 +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 |
