3 lines
77 B
Batchfile
3 lines
77 B
Batchfile
@echo off
|
|
call git commit -am "-"
|
|
call git push --set-upstream origin master
|