Initial commit

This commit is contained in:
2020-10-21 10:43:18 +02:00
commit 56bd02798f
5848 changed files with 2659025 additions and 0 deletions

7
Git_Create.bat Normal file
View File

@@ -0,0 +1,7 @@
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