From a9b9077d079e58f8ba37922a56b59a258b7a7393 Mon Sep 17 00:00:00 2001 From: Andrea Gasparini Date: Fri, 13 Sep 2024 15:00:40 +0200 Subject: [PATCH] Adds link to Git article from MIT "The Missing Semester of Your CS Education" (#7109) --- .../content/learn-the-basics@HlUUGj3dOZ68t4gIjerXh.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/git-github/content/learn-the-basics@HlUUGj3dOZ68t4gIjerXh.md b/src/data/roadmaps/git-github/content/learn-the-basics@HlUUGj3dOZ68t4gIjerXh.md index 3d3f2bd26..9c620a87b 100644 --- a/src/data/roadmaps/git-github/content/learn-the-basics@HlUUGj3dOZ68t4gIjerXh.md +++ b/src/data/roadmaps/git-github/content/learn-the-basics@HlUUGj3dOZ68t4gIjerXh.md @@ -6,7 +6,8 @@ Visit the following resources to learn more: - [@article@What is version control?](https://www.atlassian.com/git/tutorials/what-is-version-control) - [@article@What is Git? - The Complete Guide to Git](https://www.datacamp.com/blog/all-about-git) +- [@article@Version Control (Git) - The Missing Semester of Your CS Education](https://missing.csail.mit.edu/2020/version-control/) - [@video@What is Git? Explained in 2 Minutes!](https://www.youtube.com/watch?v=2ReR1YJrNOM) - [@official@GUI Clients](https://git-scm.com/downloads/guis) - [@official@Getting Started - Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) -- [@official@Creating an account on GitHub](https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github) \ No newline at end of file +- [@official@Creating an account on GitHub](https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github)