commit f38de37a4c026def6ff6aea321bb1dc05fbf7a6f Author: Kolobo <> Date: Thu Jul 23 15:03:08 2026 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..291736a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +Blizzard_*/ +Turtle_*/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..879db56 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "RelationshipsAchievements"] + path = RelationshipsAchievements + url = https://octowow.st/git/Relationship/RelationshipsAchievements.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..fab27fd --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Hello world ! + +This is my personnal add-ons configuration. Feel free to use it, or fork it to edit it as your liking ! + +## Managind submodules + +Add a submodule with +```bash +git submodule add [url] +git submodule init +``` + +Download and update submodules content with +```bash +git submodule update +``` + +Register a new version with +```bash +git commit -nam "This message describes the version" +git push +```