summaryrefslogtreecommitdiff
path: root/chromium/docs/website/site/developers/experimental-branches/index.md
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-02 14:22:29 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-05 20:21:00 +0000
commit7d2c5d177e9813077a621df8d18c0deda73099b3 (patch)
tree88ad4850908e124d4f5d59f2bca571d63df34bf7 /chromium/docs/website/site/developers/experimental-branches/index.md
parentc5dbcb143405a38088d78b4b760d64aaff5157ab (diff)
downloadqtwebengine-chromium-7d2c5d177e9813077a621df8d18c0deda73099b3.tar.gz
BASELINE: Update Chromium to 102.0.5005.177
Change-Id: I0229f2402b8321f58c0092ec81d63372bec7e789 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/docs/website/site/developers/experimental-branches/index.md')
-rw-r--r--chromium/docs/website/site/developers/experimental-branches/index.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/chromium/docs/website/site/developers/experimental-branches/index.md b/chromium/docs/website/site/developers/experimental-branches/index.md
deleted file mode 100644
index 0e962c108af..00000000000
--- a/chromium/docs/website/site/developers/experimental-branches/index.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-breadcrumbs:
-- - /developers
- - For Developers
-page_name: experimental-branches
-title: Experimental Branches
----
-
-Sometimes it is useful to share work directly, rather than just via code
-reviews. Everyone who is a Chromium Committer has permission to push their work
-to a set of experimental refs in the chromium/src.git repository. Simply
-
-1. Check out the branch you wish to push
-2. git push origin HEAD:refs/experimental/**&lt;your
- username&gt;**/**&lt;branch name&gt;**
-
-where **&lt;your username&gt;** is "foo@chromium.org" and **&lt;branch
-name&gt;** is whatever you want the ref to be called (e.g. "foo-refactor-wip").
-You'll then be able to view your push online at
-https://chromium.googlesource.com/chromium/src/+/refs/experimental/&lt;your
-username&gt;/&lt;branch name&gt;.
-
-Note that anyone, including anonymous users, can checkout or view online what
-you push to your experimental ref. \ No newline at end of file