Closed
Description
According to the guide, I launch:
git branch v6.x-staging upstream/v6.x-staging
git checkout v6.x-staging
git reset --hard upstream/v6.x-staging
and get this:
HEAD is now at b483675300 test,doc: document `crashOnUnhandledRejection()`
while the last commit here is test: dynamic port in cluster disconnect
. Also, my local file tree is older than one I see here.
What do I miss?