v4k-git-backup/ga.bat

9 lines
93 B
Batchfile
Raw Normal View History

2024-09-02 14:28:42 +00:00
@echo off
:loop
2024-09-02 14:31:13 +00:00
if "%~1"=="" goto :end
2024-09-02 14:28:42 +00:00
git add "%~1"
shift
goto loop
2024-09-02 14:31:13 +00:00
:end
git status