v4k-git-backup/ga.bat

7 lines
75 B
Batchfile

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