2021-03-05 05:14:16 -05:00
2020-04-08 11:26:26 +02:00
2020-05-02 14:01:15 +02:00
2020-04-03 12:01:52 -04:00
2021-03-05 14:15:52 +05:00
2020-04-11 11:25:27 +02:00
2019-03-07 18:06:08 -05:00
2020-04-02 23:07:15 -04:00
2019-03-07 18:06:08 -05:00
2019-11-18 16:35:05 +01:00
2020-03-31 19:42:43 -04:00
2020-08-08 11:16:47 +02:00

WasteLands Survival

downloading

When cloning first add "--recursive" option to clone including all submodules:
If you forget use the command below.

git clone --recursive https://github.com/Gerold55/WasteLands_Survival.git

The submodule folders will be empty if you don't.

If one of the submodule folders is empty use:

git submodule update --init

This will clone all missing submodules.

To pull all changes in the repo including changes in the submodules use:

git pull --recurse-submodules

If you develop on projects with submodules like wls I recommend configuring your git to warn you if you have changes in submodules that are not on their remote.

git config --global push.recurseSubmodules check
Description
No description provided
Readme 10 MiB
Languages
Lua 99%
TypeScript 1%