From c9bc4aeb90d97a21d4fbdf70d7ba9072a6b0d39d Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 15 Jul 2019 03:42:11 -0500 Subject: [PATCH] docs: remove redundant 'set origin' section (#19243) * docs: fix remote push origin docs * docs: remove redundant section the 'git remote' text in the 'Getting the Code' section is better --- docs/development/build-instructions-gn.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/development/build-instructions-gn.md b/docs/development/build-instructions-gn.md index a855f18e2cc..561e902375f 100644 --- a/docs/development/build-instructions-gn.md +++ b/docs/development/build-instructions-gn.md @@ -38,16 +38,6 @@ $ mkdir -p "${GIT_CACHE_PATH}" # This will use about 16G. ``` -> **NOTE**: the git cache will set the `origin` of the `src/electron` -> repository to point to the local cache, instead of the upstream git -> repository. This is undesirable when running `git push`—you probably want to -> push to github, not your local cache. To fix this, from the `src/electron` -> directory, run: - -```sh -$ git remote set-url origin https://github.com/electron/electron -``` - ### sccache Thousands of files must be compiled to build Chromium and Electron.