Files
EDOKA_Tools/Git_Create.bat
2020-10-21 10:43:18 +02:00

7 lines
165 B
Batchfile

rem cd %1
git init
git remote add origin http://shuhost.synology.me:8181/shu/edoka_tools.git
git add .
git commit -m "Initial commit"
git push -u origin master
pause