Added commit script

This commit is contained in:
sigonasr2 2023-06-22 02:27:07 -07:00
parent 73e3b5a18e
commit 2ec484206d
2 changed files with 7 additions and 1 deletions

View File

@ -282,6 +282,5 @@
</properties>
</object>
<object id="12" name="Drop Zone" x="864" y="1224" width="72" height="72"/>
<object id="13" x="-288" y="1104"/>
</objectgroup>
</map>

7
commit.bat Normal file
View File

@ -0,0 +1,7 @@
@echo off
@git pull
@git add *
set /p commitMsg=Input what changes were made:
@git commit -m "%commitMsg%"
@git push