From f47b7d875b7b642edc17bf746993c0ad3f3fc0c3 Mon Sep 17 00:00:00 2001 From: Andre Geldenhuis Date: Sun, 1 Sep 2024 11:35:28 +1200 Subject: [PATCH] The Version Control paragraph seems out of place? I suggest we remove it. (#112) --- _episodes/02-unix-shell.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/_episodes/02-unix-shell.md b/_episodes/02-unix-shell.md index b01fe93b..fb626ff3 100644 --- a/_episodes/02-unix-shell.md +++ b/_episodes/02-unix-shell.md @@ -79,13 +79,6 @@ Next is `home`, as it is the next part of the path we know it is inside the root we also know that home is another directory as the path continues. Finally, stored inside `home` is the directory with your username. -#### Version Control - -Version control systems (such as Git) often have free, cloud-based offerings -(e.g., BitBucket, GitHub and GitLab) that are generally used for storing source code. Even -if you are not writing your own programs, these can be very useful for storing -job submit scripts, notes and other files. Git is not an appropriate solution for storing data. - > ## Slashes > > Notice that there are two meanings for the `/` character.