From e94bb4aa8287bddfda0352204f48c11c7c17efab Mon Sep 17 00:00:00 2001 From: dmd2222 Date: Thu, 3 Dec 2020 23:27:56 +0100 Subject: [PATCH] I did it https://github.com/dmd2222 on 03.12.2020 at 23:27:55,97 --- publish_once_develop.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 publish_once_develop.bat diff --git a/publish_once_develop.bat b/publish_once_develop.bat new file mode 100644 index 00000000..5364d98d --- /dev/null +++ b/publish_once_develop.bat @@ -0,0 +1,7 @@ +:: Auto Updater on github +echo %date% %time% +git add . +git commit -m "I did it https://github.com/dmd2222 on %date% at %time%" +git branch develop +git push -u origin develop +pause \ No newline at end of file