Initial Comit

This commit is contained in:
Stefan Hutter
2024-05-31 13:32:10 +02:00
commit 50e9e06829
522 changed files with 4979364 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 http://192.168.111.81:3000/shu/EDOKA_2024.git
git push -u origin main
pause