You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/install_instructions/shell.html
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,7 @@ <h3>Installing Git for Windows</h3>
87
87
<ol>
88
88
{% comment %} Git 2.29.1 Setup {% endcomment %}
89
89
<li>
90
-
Click on "Next" four times (two times if you've previously
91
-
installed Git). You don't need to change anything
90
+
Click on "Next" four times (if you see "Install" instead of "Next", uncheck the box "Only show new options", then click "Next" two times). You don't need to change anything
92
91
in the Information, location, components, and start menu screens.
93
92
</li>
94
93
<li>
@@ -99,7 +98,7 @@ <h3>Installing Git for Windows</h3>
99
98
{% comment %} Adjusting the name of the initial branch in new repositories {% endcomment %}
100
99
<li>
101
100
On the page that says "Adjusting the name of the initial branch in new repositories", ensure that
102
-
"Let Git decide" is selected. This will ensure the highest level of compatibility for our lessons.
101
+
"Let Git decide" is selected and click on "Next". This will ensure the highest level of compatibility for our lessons.
103
102
{% comment %}
104
103
This section also has "Override the default branch name for new repositories" and has a text box set
105
104
to "main". I'm not having people switch to this just yet because our git lesson still uses the old paradigm.
@@ -114,7 +113,7 @@ <h3>Installing Git for Windows</h3>
114
113
</li>
115
114
{% comment %} Choosing the SSH executable {% endcomment %}
116
115
<li>
117
-
Select "Use bundled OpenSSH".
116
+
Select "Use bundled OpenSSH" and click on "Next".
118
117
</li>
119
118
{% comment %} Choosing HTTPS transport backend {% endcomment %}
120
119
<li>
@@ -134,7 +133,7 @@ <h3>Installing Git for Windows</h3>
134
133
</li>
135
134
{% comment %} Configuring extra options {% endcomment %}
136
135
<li>
137
-
Ensure that "Default (fast-forward or merge) is selected and click "Next"
136
+
Ensure that "Fast-forward or merge" is selected and click "Next"
138
137
</li>
139
138
<li>
140
139
Ensure that "Git Credential Manager" is selected and click on "Next".
0 commit comments