Files
Canteen-Management-System/push_to_git.bat
2026-04-09 14:14:57 +05:30

8 lines
212 B
Batchfile

@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