From 82e864f6d707de3e0832f1f1e763892dbebc5e29 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Tue, 17 Dec 2024 08:25:34 +0100 Subject: [PATCH] Use VSCode's built-in version control, #82 --- docs/prereqs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/prereqs.md b/docs/prereqs.md index 80787f00d..da212acfa 100644 --- a/docs/prereqs.md +++ b/docs/prereqs.md @@ -7,9 +7,9 @@ - A good Zoom setup: microphone, camera and a place where you can talk - We use **VS Code** in our teaching - [VS Code has built-in terminal](https://github.com/UPPMAX/programming_formalisms/issues/83) + - [VS Code has built-in `git` version control](https://github.com/UPPMAX/programming_formalisms/issues/82) - VS Code has other useful integrated systems - You can use another IDE if you are more comfortable with it - - A local installation of **`git`** - A **GitHub** account - A local **Python** installation @@ -45,6 +45,8 @@ You have installed Visual Studio, if: ### Git +We will be using [VS Code's built-in `git` version control](https://github.com/UPPMAX/programming_formalisms/issues/82). + You have installed `git`, if: - :black_square_button: In a terminal, `git version` shows your version of `git`