WEB31/test

10 lines
214 B
Plaintext
Raw Normal View History

2023-10-15 17:51:31 +02:00
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>