Changes
Page history
Removed stale link
authored
Apr 17, 2018
by
Tyler Collins
Show whitespace changes
Inline
Side-by-side
updates-and-git-version-control.md
View page @
5783ad06
...
...
@@ -13,7 +13,7 @@ This will fetch the remote branch (origin/master) and merge it into your local h
# Common git problems
## One of my directories is empty
You likely forgot to use --recursive when you originally cloned the repo. No worries, checkout the correct version of the submodules with
You likely forgot to use --recursive when you originally cloned the repo. No worries, checkout the correct version of the submodules with
:
```
git submodule update --init --recursive
...
...
...
...