update readme

This commit is contained in:
Felix Ivo 2025-06-12 16:44:13 +02:00
parent 526b6504a8
commit 37f64a1b1e

View File

@ -1,2 +1,11 @@
"Hello :)"
"HALLO 2"
# EIA Notes App
## Git Commands
```
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin http://git.pb.bib.de/PBBFA23CIV/EIANotesApp.git
git push -u origin main
```