Clone
1
Upgrading wptrunner
Josh Matthews edited this page 2015-09-01 09:41:52 -04:00
cd tests/wpt/harness
git init
git remote add upstream https://github.com/w3c/wptrunner.git
git fetch upstream
git reset --hard remotes/upstream/master

This will leave all of the changes to wptrunner in the working dir, ready to be committed.