Changes
Page history
Changed update recommendations
authored
Jul 28, 2017
by
Brad Kennedy
Show whitespace changes
Inline
Side-by-side
updates-and-git-version-control.md
View page @
8d5da47b
...
...
@@ -13,7 +13,8 @@ If you've decided to update you need to update all the submodules to the correct
```
cd /path/to/your/project/dir
git pull --recurse-submodules origin master
git pull origin master
git submodule update --recursive
```
You will need to do this on
**both**
your local machine
**and**
any remote servers.
...
...
...
...