GIS150/commit.end.bat
2025-05-07 13:16:02 -06:00

8 lines
129 B
Batchfile

git add .
@echo off
set /p "cm=Enter Commit Message: "
git commit -m "%cm%"
echo Ready to push to repository
pause
git push
pause