Files
Canteen-Management-System/push_to_git.bat
2026-04-17 12:09:49 +05:30

8 lines
208 B
Batchfile

@echo off
git init
git remote add origin https://github.com/Canteen-Automation/RIT-Canteen.git
git checkout -b Abiram
git add .
git commit -m "Pushing code to Abiram branch"
git push -u origin Abiram --force