Initial commit

This commit is contained in:
2021-04-20 07:44:06 +02:00
commit 1cc7ed8893
1562 changed files with 496306 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://192.168.111.85:30000/shu/bea.git
git add .
git commit -m "Initial commit"
git push -u origin master
pause