This commit is contained in:
2022-12-27 08:48:16 +01:00
commit cd4d5f55f1
143 changed files with 26392 additions and 0 deletions

5
GitInit.bat Normal file
View File

@@ -0,0 +1,5 @@
git init
git commit -m "first commit"
git remote add origin git@localhost:shu/EDKB08_DMS.git
git push -u origin main
pause