Vendor Dashboard updated

This commit is contained in:
2026-04-09 14:14:57 +05:30
commit dd3e811cdf
113 changed files with 16725 additions and 0 deletions

7
push_to_git.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
git init
git remote add origin https://github.com/Canteen-Automation/Positeasy-Clone.git
git checkout -b Abiram
git add .
git commit -m "Pushing code to Abiram branch"
git push -u origin Abiram --force