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