Skip to content

Commit

Permalink
Merge pull request DjangoGirls#1236 from brondsem/git_install_step_nu…
Browse files Browse the repository at this point in the history
…mber

Omit the step number in windows git installation wizard
  • Loading branch information
ekohl authored Mar 8, 2018
2 parents e7526d6 + 9b3f369 commit 9aa5e5e
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 9aa5e5e

Please sign in to comment.