vkdoom_m/tools/update-subtrees.cmd
Rachael Alexanderson 8d15a41f1b
- update windows update-subtrees.cmd to instead point to the bash script, it will execute git-bash to run it
- always use absolute url's for subtrees, don't lock ourselves to github
2025-08-12 04:36:55 -04:00

7 lines
219 B
Batchfile

@echo off
setlocal
cd "%~dp0"
for /f "delims=" %%I in ('where git.exe') do set GIT_PATH="%%~dpI"
if errorlevel 1 echo "Unable to find git.exe!"
if errorlevel 1 goto :eof
%GIT_PATH%\..\bin\bash.exe update-subtrees.sh %*