From 66e14a6b4c9d80e24b9b41920301c53b868e06aa Mon Sep 17 00:00:00 2001 From: "Caroline (Frank) Scherf" <105299358+fcaroline2020@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:35:46 +0100 Subject: [PATCH] edit to ITP prep git (#808) * adds that git will be covered more indepth later and includes installation instructions * Update common-content/en/module/induction/check-git-installation/index.md --------- Co-authored-by: Caroline Frank Co-authored-by: Sally McGrath --- .../en/module/induction/check-git-installation/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/common-content/en/module/induction/check-git-installation/index.md b/common-content/en/module/induction/check-git-installation/index.md index 66bc5879a..c3699baf4 100644 --- a/common-content/en/module/induction/check-git-installation/index.md +++ b/common-content/en/module/induction/check-git-installation/index.md @@ -1,6 +1,5 @@ +++ title = '📋 Check Git installation' - time = 15 facilitation = false vocabulary=[] @@ -16,13 +15,13 @@ emoji= '🧩' ### Git -You will use Git continually as a developer. +You will use Git continually as a developer. We will cover Git in more depth later in the course. Right now, we will just check that you have it installed. -You can open a terminal and run the command `git -v` to double check you have Git installed. +Open up a terminal and run the command `git --version` to double check you have Git installed. If it is installed successfully, you should get a version number (which may not be exactly the same as this example, but should look similar): ``` git version 2.40.0 ``` -Otherwise, you will need to ask for support on your Slack channel. +Otherwise, you will need to [install](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) it or ask for support on your Slack channel.