From f358266cfe67256f35e8ffd4007abefe88d13a8a Mon Sep 17 00:00:00 2001 From: Krishna Vivek Vitta <84629581+krishnacx@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:42:16 +0530 Subject: [PATCH] Fix to point to the correct section of troubleshooting page (#1932) --- WSL/tutorials/wsl-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WSL/tutorials/wsl-git.md b/WSL/tutorials/wsl-git.md index db48985e..83213c3b 100644 --- a/WSL/tutorials/wsl-git.md +++ b/WSL/tutorials/wsl-git.md @@ -133,7 +133,7 @@ Visual Studio Code comes with built-in support for Git, including a source contr If you are working with the same repository folder between Windows, WSL, or a container, be sure to set up consistent line endings. -Since Windows and Linux use different default line endings, Git may report a large number of modified files that have no differences aside from their line endings. To prevent this from happening, you can disable line ending conversion using a `.gitattributes` file or globally on the Windows side. See this [VS Code doc about resolving Git line ending issues](https://code.visualstudio.com/docs/remote/troubleshooting#_resolving-git-line-ending-issues-in-containers-resulting-in-many-modified-files). +Since Windows and Linux use different default line endings, Git may report a large number of modified files that have no differences aside from their line endings. To prevent this from happening, you can disable line ending conversion using a `.gitattributes` file or globally on the Windows side. See this [VS Code doc about resolving Git line ending issues](https://code.visualstudio.com/docs/remote/troubleshooting#_resolving-git-line-ending-issues-in-wsl-resulting-in-many-modified-files). ## Additional resources