about/update.cmd
2024-07-28 02:08:18 +03:00

10 lines
No EOL
202 B
Batchfile

git add .
git commit -m "automatic commit"
git push
copy index.html ..\gitgay\index.html
copy style.css ..\gitgay\style.css
cd ../gitgay/
git add .
git commit -m "automatic commit"
git push
cd ../about