Files
AssesmentMgmt/Git_Create.bat
2020-10-21 10:44:38 +02:00

7 lines
168 B
Batchfile

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