From e5602d79f45158158163e3ebc1c4c7cca95bb272 Mon Sep 17 00:00:00 2001 From: Daniela Silva <152733853+DaniSilvaCodes@users.noreply.github.com> Date: Wed, 17 Dec 2025 19:06:54 -0300 Subject: [PATCH] Update docs/windows.md Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com> --- docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/windows.md b/docs/windows.md index 367dca70a..062188e23 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -70,7 +70,7 @@ C:\msys64\usr\bin > **Important note**\ > If you already have native Windows apps relying on Git (for example, [posh-git](https://github.com/dahlbyk/posh-git) in PowerShell), they may conflict with the MSYS2 Git. > -> - Prefer using [Git for Windows](https://gitforwindows.org/) +> - In that case, prefer using [Git for Windows](https://gitforwindows.org/) over msys2. > - Ensure the `rsync` command is available ---