@echo off
setlocal
:: This is a test git.bat with an absolute path to git.exe.
"C:\Absolute\Path\To\Git\cmd\git.exe" %*
