Closed jankeromnes closed 7 years ago
The current commands used to check out Chromium are here, but basically:
@beaufortfrancois do you have any idea why the resulting repository is "HEAD detached at origin/master" instead of "HEAD == master == origin/master"?
It is because the workflow now is to use git new-branch foo
IIRC.
For info, linux setup instructions are available at https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md
Ah, so a detached HEAD at origin/master
is expected behavior. Thanks!
I'll close this issue then.
In a brand new container: