mirror of
https://github.com/myronblair/tomtomgames-app
synced 2026-06-30 17:49:57 -05:00
v1.0.2 - fixed cashouts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
@echo off
|
||||
cd /d "C:\Users\myron\Downloads\tomgames"
|
||||
set /p MSG="Commit message (e.g. v1.0.2 - what changed): "
|
||||
if "%MSG%"=="" (
|
||||
echo No message entered. Aborting.
|
||||
pause
|
||||
exit /b
|
||||
)
|
||||
git add -A
|
||||
git commit -m "%MSG%"
|
||||
git push origin main
|
||||
echo.
|
||||
echo Done! Check https://github.com/myronblair/tomtomgames-app
|
||||
pause
|
||||
Reference in New Issue
Block a user