5 Apr
2020
5 Apr
'20
1:16 a.m.
On 2020-04-04 10:09, Michael Balzer wrote:
Fix is pushed, everyone please remember doing a submodule update to fetch it.
What's the recommended way to do this? When I update my fork I run a script containing these commands:
git fetch upstream
git checkout master
git submodule update
git merge upstream/master
git push
but I checked and nothing in vehicle/OVMS.V3/components/mongoose/mongoose was updated so I went into that directory and:
ice 1008 % git status
On branch master
Your branch is behind 'origin/master' by 6 commits, and can be
fast-forwarded. (use "git pull" to update your local branch)
nothing to commit, working tree clean
so I'm clearly missing a step.
Craig