7 lines
168 B
Batchfile
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 |