From: Zac Dover Date: Mon, 22 Feb 2021 14:20:40 +0000 (+1000) Subject: doc/dev: adding upstream repo name X-Git-Tag: v17.1.0~2879^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39615%2Fhead;p=ceph.git doc/dev: adding upstream repo name This commit makes one sentence slightly less ambiguous by designating the location from which the "ceph fetch" command fetches objects. Signed-off-by: Zac Dover --- diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index 9c1206ac9498..5b7c228dab68 100644 --- a/doc/dev/developer_guide/basic-workflow.rst +++ b/doc/dev/developer_guide/basic-workflow.rst @@ -122,10 +122,9 @@ Add the upstream repo as a "remote" and fetch it: git remote add ceph https://github.com/ceph/ceph.git git fetch ceph -Fetching is a process that downloads all objects (commits, branches) that have -been added since the last sync. These commands download all the branches from -``ceph/ceph.git`` to the local git repo as ``remotes/ceph/$BRANCH_NAME`` and -can be referenced as ``ceph/$BRANCH_NAME`` in local git commands. +These commands fetch all the branches and commits from ``ceph/ceph.git`` to the +local git repo as ``remotes/ceph/$BRANCH_NAME`` and can be referenced as +``ceph/$BRANCH_NAME`` in local git commands. Resetting Local Master to Upstream Master