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: docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/pre-02-software.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,13 @@ It is strongly recommended that you have git installed.
21
21
22
22
### Windows
23
23
24
-
*Use [git for windows](https://git-for-windows.github.io), no additional git tooling required
24
+
*Install [Git for Windows](https://git-for-windows.github.io), no additional git tooling required. Git for Windows includes Git Bash.
25
25
*[Download the installer](http://git-scm.com/download/win) and install it.
26
26
* Activate the option "Use Git and optional Unix tools from the Windows Command Prompt".
27
27
*[Git Credential Manager for Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows) is included. Ensure that you include that in the installation. Aim: Store password for GitHub permanently for `https` repository locations
28
28
*[Configure using Visual Studio Code as editor](https://code.visualstudio.com/docs/sourcecontrol/overview#_vs-code-as-git-editor) for any git prompts (commit messages at merge, ...)
29
-
* We recommend using [Windows Terminal](https://aka.ms/terminal).
29
+
* We recommend using [Windows Terminal](https://aka.ms/terminal), [configured to start Git Bash].
0 commit comments