add auto commit script
parent
397075bbf2
commit
e080ad7aed
@ -0,0 +1,10 @@
|
|||||||
|
@echo off
|
||||||
|
set /p message="Input Commit Message> "
|
||||||
|
git add asrWordlist.txt
|
||||||
|
git add config.ini
|
||||||
|
git add serialTTS.txt
|
||||||
|
git add DownloadTool.exe
|
||||||
|
git add submit.bat
|
||||||
|
git commit -m "%message%"
|
||||||
|
git push origin master
|
||||||
|
pause
|
Loading…
Reference in New Issue