This commit is contained in:
Bjørn Erik Pedersen 2018-12-12 09:06:42 +01:00
commit b17a61a605
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
199 changed files with 10860 additions and 22630 deletions

View file

@ -128,6 +128,12 @@ You can checkout a specific version as follows:
git checkout tags/<version-name>
```
You can update a theme to the latest version by executing the following command in the *root* directory of your project:
```
git submodule update --rebase --remote
```
## Next Steps
You now have a live website served over https, distributed through CDN, and configured for continuous deployment. Dig deeper into the Netlify documentation: