Skip to content

Commit

Permalink
Omit the step number in windows git installation wizard, since the st…
Browse files Browse the repository at this point in the history
…ep name is sufficient, and more future-proof to changes
  • Loading branch information
brondsem committed Mar 7, 2018
1 parent e7526d6 commit 9b3f369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/deploy/install_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Git is a "version control system" used by a lot of programmers. This software ca
<!--sec data-title="Installing Git: Windows" data-id="git_install_windows"
data-collapse=true ces-->

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.
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.

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

0 comments on commit 9b3f369

Please sign in to comment.