-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathverify-git.html
More file actions
55 lines (48 loc) · 1.64 KB
/
Copy pathverify-git.html
File metadata and controls
55 lines (48 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<ol type="1">
<li id="a1b2c3">
<a href="#a1b2c3" class="anchor-link" aria-label="Link to this item"></a>
<strong>Quit Visual Studio Code</strong> if it is running.
</li>
<li id="d4e5f6">
<a href="#d4e5f6" class="anchor-link" aria-label="Link to this item"></a>
Now <strong>launch Visual Studio Code</strong> again.
</li>
<li id="g7h8i9">
<a href="#g7h8i9" class="anchor-link" aria-label="Link to this item"></a>
<p>
Click the Source Control icon in the left side, which looks like three
circles connected by two squiggles:
</p>
<img
src="images/verify-git-source-control-icon.png"
width="200"
alt="the icon for 'source control', as described above"
/>
</li>
<li id="j0k1l2">
<a href="#j0k1l2" class="anchor-link" aria-label="Link to this item"></a>
<p>If you see a message like this:</p>
<img
src="images/verify-git-not-found.png"
width="300"
alt="VS Code error message saying that a valid git installation was not found"
/>
<p>
...then either you forgot to quit and reopen Visual Studio, or your git
installation didn’t work properly. Ask your instructor or a preceptor for
help!
</p>
</li>
<li id="m3n4o5">
<a href="#m3n4o5" class="anchor-link" aria-label="Link to this item"></a>
If you see a message like this:<br />
<img
src="images/verify-git-its-working.png"
width="300"
alt="VS Code dialog telling the user to either open a folder or clone
from a URL in order to use git features."
/>
<p>...then everything is working great so far. Continue on!</p>
<p></p>
</li>
</ol>