5 lines
96 B
Batchfile
5 lines
96 B
Batchfile
setlocal
|
|
set GIT_PATH=%1
|
|
if not exist "%GIT_PATH%" set GIT_PATH=git
|
|
%GIT_PATH% show --stat HEAD
|