Re: Submodule propagation question with wptserve

On 03/08/14 19:10, Brad Hill wrote:
> 11 days ago, this commit landed:
> 
> https://github.com/w3c/wptserve/pull/40
> 
> https://github.com/w3c/wptserve/commit/08a2d5ce6c3af279ee16c8b98b442ee65699b44c
> 
> 
> Today, I have folks following instructions from
> http://testthewebforward.org/docs/github-101.html and they're not
> seeing this commit.
> 
> Any ideas what's going on, how to fix this?

Odin fixed this; contributers can get the update with

git fetch origin
git rebase origin/master
git submodule update --recursive

Assuming that they called the w3c repository "origin".

Received on Sunday, 3 August 2014 18:33:18 UTC