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 24e6639 commit 7a559f7Copy full SHA for 7a559f7
scripts/set-global.bat
@@ -8,9 +8,9 @@ echo off
8
9
set curdir=%~dp0
10
11
-echo Adding %curdir% to path
12
set ginbinpath=%curdir%\bin
13
set gitpaths=%curdir%\git\usr\bin;%curdir%\git\bin
+echo Appending "%ginbinpath%;%gitpaths%" to path
14
echo %path%|find /I "%curdir%">nul || setx path "%path%;%ginbinpath%;%gitpaths%"
15
echo GIN CLI is ready
16
pause
0 commit comments