X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;f=misc%2Fgit.cmd;h=ac17ae5cdddab5cd6adc52a720c62735cb11c7cc;hb=214dd9dcbcea6edab078f572f790cdfbc497b98d;hp=a3b5a1cc6b53e9e244fade5717cdc3088201875c;hpb=b14ab8eca1296a579df9f7379638e8f21cd7d3fc;p=lab.git diff --git a/misc/git.cmd b/misc/git.cmd index a3b5a1c..ac17ae5 100644 --- a/misc/git.cmd +++ b/misc/git.cmd @@ -9,7 +9,7 @@ git.exe branch > NUL 2>&1 if %ERRORLEVEL% EQU 128 goto norepos -for /f "tokens=2" %%i in ('git branch') do set BRANCH=%%i +for /f "tokens=2" %%i in ('git.exe branch') do set BRANCH=%%i prompt $P (%BRANCH%) $G goto end