We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4d1a3 commit 004ef4dCopy full SHA for 004ef4d
scripts/gitBin.mts
@@ -3,7 +3,7 @@ import { platform } from "node:process";
3
4
const COMMON_GIT_BIN = "git";
5
// on Git for Windows, invoking this directly is faster than simple `git` command
6
-// see https://github.com/git-for-windows/git/wiki/Git-wrapper#avoiding-the-git-wrapper
+// see https://gitforwindows.org/git-wrapper#avoiding-the-git-wrapper
7
const WIN_GIT_EXE = "C:/Program Files/Git/mingw64/bin/git.exe";
8
9
export const GIT_BIN =
0 commit comments