I did it https://github.com/dmd2222 on 03.12.2020 at 23:27:55,97

This commit is contained in:
dmd2222 2020-12-03 23:27:56 +01:00
parent 9c16883987
commit e94bb4aa82
1 changed files with 7 additions and 0 deletions

7
publish_once_develop.bat Normal file
View File

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