From 861d37564cc41e3e7b15a08c38a9cccb83a87ac2 Mon Sep 17 00:00:00 2001 From: Sila Selina Bulut <3002684@stud.hs-mannheim.de> Date: Sun, 15 Oct 2023 17:51:31 +0200 Subject: [PATCH] test --- test | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 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