Go to file
Adrian Pegler 07e76cedd6 added the tutorials zip-file 2024-02-22 12:11:25 +01:00
sprites rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
.gitattributes rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
.gitignore rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
GodotPlatformer-main.zip added the tutorials zip-file 2024-02-22 12:11:25 +01:00
icon.svg rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
icon.svg.import rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
player.gd rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
player.tscn rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
project.godot rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00
readme.txt readme hinzugefügt 2024-02-22 10:20:23 +01:00
world.tscn rudimentary world and player as of following tutorials 1&2 2024-02-22 12:10:12 +01:00

readme.txt

# Erstelle ein neues Repository von der Kommandozeile aus

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin http://185.183.156.236:3000/pegler/GodotTutorial.git
git push -u origin main

# Bestehendes Repository via Kommandozeile pushen

git remote add origin http://185.183.156.236:3000/pegler/GodotTutorial.git
git push -u origin main