23 lines
381 B
Markdown
23 lines
381 B
Markdown
# Game-Modells
|
|
|
|
This Repo is for the modells of the game
|
|
|
|
# 1. Repo klonen
|
|
git clone https://git-gohdeuf.ddnss.de/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 |