about/update.cmd

10 lines
202 B
Batchfile
Raw Normal View History

2024-07-28 00:07:44 +01:00
git add .
git commit -m "automatic commit"
git push
2024-07-28 00:08:18 +01:00
copy index.html ..\gitgay\index.html
copy style.css ..\gitgay\style.css
2024-07-28 00:07:44 +01:00
cd ../gitgay/
git add .
git commit -m "automatic commit"
git push
cd ../about