v4k-git-backup/ga.bat

9 lines
93 B
Batchfile

@echo off
:loop
if "%~1"=="" goto :end
git add "%~1"
shift
goto loop
:end
git status