Skip to content

Commit 9aa5e5e

Browse files
authored
Merge pull request DjangoGirls#1236 from brondsem/git_install_step_number
Omit the step number in windows git installation wizard
2 parents e7526d6 + 9b3f369 commit 9aa5e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/deploy/install_git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Git is a "version control system" used by a lot of programmers. This software ca
55
<!--sec data-title="Installing Git: Windows" data-id="git_install_windows"
66
data-collapse=true ces-->
77

8-
You can download Git from [git-scm.com](https://git-scm.com/). You can hit "next" on all steps except for one; in the fifth step entitled "Adjusting your PATH environment", choose "Use Git and optional Unix tools from the Windows Command Prompt" (the bottom option). Other than that, the defaults are fine. Checkout Windows-style, commit Unix-style line endings is good.
8+
You can download Git from [git-scm.com](https://git-scm.com/). You can hit "next" on all steps except for one; in the step entitled "Adjusting your PATH environment", choose "Use Git and optional Unix tools from the Windows Command Prompt" (the bottom option). Other than that, the defaults are fine. Checkout Windows-style, commit Unix-style line endings is good.
99

1010
Do not forget to restart the command prompt or powershell after the installation finished successfully.
1111
<!--endsec-->

0 commit comments

Comments
 (0)