Added commit script

pull/28/head
sigonasr2 1 year ago
parent 73e3b5a18e
commit 2ec484206d
  1. 1
      Crawler/assets/maps/Level2.tmx
  2. 7
      commit.bat

@ -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>

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