4 lines
90 B
Batchfile
4 lines
90 B
Batchfile
@echo off
|
|
call git commit -am "More work"
|
|
call git push
|
|
rem --set-upstream origin master
|