Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
Blizzard_*/
|
||||||
|
Turtle_*/
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "RelationshipsAchievements"]
|
||||||
|
path = RelationshipsAchievements
|
||||||
|
url = https://octowow.st/git/Relationship/RelationshipsAchievements.git
|
||||||
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user