From 1bdd4fdae7fce8c07cb2ce1ad9f6f7389346fc20 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 23 Feb 2021 00:20:40 +1000 Subject: [PATCH] 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 --- doc/dev/developer_guide/basic-workflow.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index 9c1206ac949..5b7c228dab6 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 -- 2.47.3