5 lines
79 B
Batchfile
Executable File
5 lines
79 B
Batchfile
Executable File
@echo off
|
|
git add .
|
|
git commit -m "commit via auto upload shell"
|
|
git push
|
|
pause |