Removed stale link authored by Tyler Collins's avatar Tyler Collins
......@@ -12,7 +12,7 @@ You will need to do this on **both** your local machine **and** any remote serve
This will fetch the remote branch (origin/master) and merge it into your local history. Most of the time this will fast forward your branch history to the state origin/master is in. This will also update any git submodules to the correct version of those git repositories.
# Common git problems
## My eeglab_asr_amica directory is empty
## 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
```
......
......