From 1c6616908baa8455f32a24a490ef576fd08a9a3c Mon Sep 17 00:00:00 2001 From: alf Date: Mon, 16 Jun 2025 19:22:22 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4fb4709 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Neues Repo erstellen + +1. Repo in Gitea erstellen +2. Lokal: Dateiverzeichnis den selben Namen verpassen +3. Im Verzeichnis: git init +4. git config --global user.email "alf@wralto.de" +5. git config --global user.name "Alf" +6. git add . +7. git commit -m "Erster Commit!" +8. git branch -M main +9. git remote add origin http://100.87.87.6:3000/alf/REPONAME.git +10. git push -u origin main +