Initial commit

This commit is contained in:
2021-05-26 19:04:05 +02:00
commit 5dcd0d1046
483 changed files with 614430 additions and 0 deletions

5
xgit.cmd Normal file
View File

@@ -0,0 +1,5 @@
Git init
git remote add origin http://192.168.111.85:30000/shu/BWPMCore.git
git add .
git commit -m "Initial commit"
git push -u origin master