main
Sila Selina Bulut 2023-10-15 17:51:31 +02:00
commit 861d37564c
1 changed files with 9 additions and 0 deletions

9
test 100644
View File

@ -0,0 +1,9 @@
README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitty.informatik.hs-mannheim.de/3002684/WEB31.git
git push -u origin main
mkdir <Assignment_01>