Skip to content

Commit

Permalink
Use correct name for MinGit
Browse files Browse the repository at this point in the history
Portable git reference is from older documentation
  • Loading branch information
MarkEWaite committed Oct 1, 2023
1 parent 008ebfa commit 6550b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ image::images/mingit-for-windows-as-a-tool.png[Configure MinGit for Windows to i

* Configure a global git tool from "Manage Jenkins" >> "Tools" with `git` as the `Path to Git executable`
* Set the label `windows` to limit the tool installer to agents with the `windows` label
* Set the `Download URL for binary archive` as the URL of your locally downloaded copy of the link:https://github.com/git-for-windows/git/releases/[MinGit zip file]
* Set the `Download URL for binary archive` as the URL of your **locally downloaded copy** of the link:https://github.com/git-for-windows/git/releases/[MinGit zip file]
* Specify `mingw64\bin\git.exe` as the `Subdirectory of extracted archive`.

Git for Windows Portable will be installed on each agent in `tools\git\mingw64`.
MinGit will be installed on each agent in `tools\git\mingw64`.
The path to the git executable will be `tools\git\mingw64\bin\git.exe`.

[#windows-credentials-manager]
Expand Down

0 comments on commit 6550b51

Please sign in to comment.