From 37f64a1b1ea06f247171280fe363b8e5c09e2484 Mon Sep 17 00:00:00 2001 From: Felix Ivo Date: Thu, 12 Jun 2025 16:44:13 +0200 Subject: [PATCH] update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb4a58c..912143e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -"Hello :)" -"HALLO 2" \ No newline at end of file +# 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 +``` \ No newline at end of file