Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Christopher Allan Webber, 10 years ago

Resolution: fixed
Status: newclosed

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

comment:2 by Christopher Allan Webber, 10 years ago

Milestone: 0.7.0
Note: See TracTickets for help on using tickets.