Initial commit

This commit is contained in:
2022-10-03 16:21:20 +02:00
commit aeddcb75ec
3897 changed files with 2127526 additions and 0 deletions

7
xgit.cmd Normal file
View File

@@ -0,0 +1,7 @@
rem cd %1
git init
git remote add origin http://192.168.111.85:3000/shu/EDOKA_Erneuerung_DMS.git
git add .
git commit -m "Initial commit"
git push -u origin master
pause