Added commit script
This commit is contained in:
parent
73e3b5a18e
commit
2ec484206d
@ -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
7
commit.bat
Normal 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
|
Loading…
x
Reference in New Issue
Block a user