This commit is contained in:
2022-12-25 10:09:49 +01:00
commit 406d053e79
3903 changed files with 2127541 additions and 0 deletions

8
Git_Create.bat Normal file
View File

@@ -0,0 +1,8 @@
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitea.shubweb.ch/shu/EDOKA_DMS.git
git push -u origin main
pause