From 6550b51d50b827b386c0be53154dacd74535395a Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Thu, 28 Sep 2023 08:56:49 -0600 Subject: [PATCH] Use correct name for MinGit Portable git reference is from older documentation --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 383ac5dcab..5ab16a4d3f 100644 --- a/README.adoc +++ b/README.adoc @@ -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]