6 lines
184 B
Batchfile
6 lines
184 B
Batchfile
@echo off
|
|
git add .
|
|
git commit -m "fix: Explicitly type label as string in typeBodyTemplate"
|
|
git push https://lionsdev:lions%402025@git.lions.dev/lionsdev/btpxpress-frontend.git main
|
|
|