#897 closed defect (fixed)
I think that there's no such thing as `git submodule fetch`
| Reported by: | Daniel Krol | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7.0 |
| Component: | documentation | Keywords: | |
| Cc: | Parent Tickets: |
Description
When I run the update command:
./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch
I (after everything installs) get:
error: pathspec 'fetch' did not match any file(s) known to git.
Did you forget to 'git add'?
I see nothing in here about a fetch subcommand.
http://git-scm.com/docs/git-submodule
Perhaps you meant git submodule update? Does that do the fetching?
Change History (2)
comment:1 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 11 years ago
| Milestone: | → 0.7.0 |
|---|

Yup, you're right. I've fixed it in git master... will be rolled out in the docs update in the new release.