Skip to content

Commit

Permalink
edit to ITP prep git (#808)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
  • Loading branch information
3 people authored Aug 7, 2024
1 parent fa4a1a0 commit 66e14a6
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = '📋 Check Git installation'

time = 15
facilitation = false
vocabulary=[]
Expand All @@ -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.

0 comments on commit 66e14a6

Please sign in to comment.