kraft/gitcommitpush.bat

4 lines
90 B
Batchfile

@echo off
call git commit -am "More work"
call git push
rem --set-upstream origin master