Tweeted By @jeremyphoward
Tip - If you run this once, it ensures that when you pull you also get updates to any submodules in a repo - I'm not sure why this isn't the default, since it's much more convenient IMO:
— Jeremy Howard (@jeremyphoward) August 4, 2020
```
git config --global submodule.recurse true
```