SheetPlayer/push.bat

5 lines
114 B
Batchfile

@echo off
cls
git add --all
git commit -m "this commit message was generated automatically"
git push origin master