New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 629540 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

create chromium branch

Project Member Reported by stip@chromium.org, Jul 19 2016

Issue description

Ted would like to create a branch for https://chromium.googlesource.com/chromium/src to hash out an idea with several other developers. I assume the writer list can be the same as committers, but he can specify otherwise.
 

Comment 1 by aga...@chromium.org, Jul 19 2016

Owner: aga...@chromium.org
Status: Fixed (was: Untriaged)
Please use https://chromium.googlesource.com/experimental/chromium/src

This repo has a 'master' branch which is kept constantly up-to-date with the real repo's master. In addition, any chromium committer can create additional branches in the 'refs/wip/*' space.

To get started, just run:
mkdir hackathon && cd hackathon
git clone https://chromium.googlesource.com/experimental/chromium/src
git checkout -t master -b chromehome  # or whatever other starting point and branch name you want
git push origin HEAD:refs/wip/tedchoc/chromehome

Let me know if that doesn't work
Cc: twelling...@chromium.org wychen@chromium.org yus...@chromium.org mdjones@chromium.org ian...@chromium.org dfalcant...@chromium.org

Comment 3 by aga...@chromium.org, Jul 19 2016

(FWIW the /tedchoc/ in the name is for bookkeeping; it isn't actually necessary, and feel free to make it the username of one of the other team members if you like)

Sign in to add a comment