Files
Exponential/commit.bat
2024-07-29 21:16:00 -04:00

5 lines
42 B
Batchfile

git add .
git commit -m %1
git push
pause