Initial commit
This commit is contained in:
7
Git_Create.bat
Normal file
7
Git_Create.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user