Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-09-16 18:10:25 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-09-16 20:30:24 +0300
commit48b98bff70e62484415a7c41503a576e0b9e4f56 (patch)
tree8717a10f0b81a0f23b7a7aa2ca89805dd4dd1d1e /README.md
parent73ba9819ffb834648a9f004cdb7452c35326fd75 (diff)
Add a note about configuring git to always update submodules
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index de51702ae..fc50f2af7 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +133,14 @@ git submodule update --init
git pull --recurse-submodules
```
+We recommend applying this Git (2.15+) configuration to ensure
+project submodules are kept in-sync whenever you `git pull`:
+
+``` shell
+git config --global submodule.recurse true
+```
+
+
## Build instructions
Read [BUILD.md] for the comprehensive compilation guide.