commit 861d37564cc41e3e7b15a08c38a9cccb83a87ac2 Author: Sila Selina Bulut <3002684@stud.hs-mannheim.de> Date: Sun Oct 15 17:51:31 2023 +0200 test diff --git a/test b/test new file mode 100644 index 0000000..2bf6249 --- /dev/null +++ b/test @@ -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