6 lines
174 B
Batchfile
6 lines
174 B
Batchfile
@echo off
|
|
cd /d D:\devs\osolit-research\workspace\weeklyreport
|
|
git add frontend/report/weekly/write.vue
|
|
git commit -m "feat: block future week access in write page"
|
|
git push
|