From dd90283643b127f5d42179aeb76d2403236d3873 Mon Sep 17 00:00:00 2001 From: gohdeuf <1+gohdeuf@noreply.192.168.178.32> Date: Wed, 19 Aug 2026 21:36:18 +0000 Subject: [PATCH] Add instructions in README.md These is a turtoil on how to add modells to the Git LFS Signed-off-by: gohdeuf <1+gohdeuf@noreply.192.168.178.32> --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 993f156..4766ba1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # Game-Modells -This Repo is for the modells of the game \ No newline at end of file +This Repo is for the modells of the game + +# 1. Repo klonen +git clone https://git.ralle666.my-router.de:5002/Gohdeuf-Games/Game-Modells.git +cd Game-Modells + +# 2. LFS initialisieren +git lfs install +git lfs pull + +# 3. Do Changes +... Change Files ... + +# 4. Add everything changed +git add . + +# 5. Commit +git commit -S -m "New textures" + +# 6. Push (Code + LFS) +git push origin main \ No newline at end of file