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