SheetPlayer/push.bat

5 lines
114 B
Batchfile
Raw Normal View History

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