From 2ec484206d53b7be874f370636f39d19aad421b0 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Thu, 22 Jun 2023 02:27:07 -0700 Subject: [PATCH] Added commit script --- Crawler/assets/maps/Level2.tmx | 1 - commit.bat | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 commit.bat diff --git a/Crawler/assets/maps/Level2.tmx b/Crawler/assets/maps/Level2.tmx index d67ee661..e33d6667 100644 --- a/Crawler/assets/maps/Level2.tmx +++ b/Crawler/assets/maps/Level2.tmx @@ -282,6 +282,5 @@ - diff --git a/commit.bat b/commit.bat new file mode 100644 index 00000000..c15f23fe --- /dev/null +++ b/commit.bat @@ -0,0 +1,7 @@ +@echo off +@git pull +@git add * + +set /p commitMsg=Input what changes were made: +@git commit -m "%commitMsg%" +@git push