diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-02-13 22:01:58 -0700 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-02-13 22:01:58 -0700 |
| commit | 45481094b28ff01be6ebad848628fa582b231dd8 (patch) | |
| tree | 2cfc1b92c09bd5a249ae5f7238d8516a0f9c5f13 /tutorials/2_version_control.md | |
| parent | 0061f7e1c72d0cca58865df47f62b40c3f52f4f5 (diff) | |
Added numbering to files. Made progress on installing and intro to anaconda tutorials.
Diffstat (limited to 'tutorials/2_version_control.md')
| -rw-r--r-- | tutorials/2_version_control.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tutorials/2_version_control.md b/tutorials/2_version_control.md new file mode 100644 index 0000000..f9719e1 --- /dev/null +++ b/tutorials/2_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 |
