]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: add context note to dev guide config 46769/head
authorZac Dover <zac.dover@gmail.com>
Tue, 21 Jun 2022 14:09:05 +0000 (00:09 +1000)
committerZac Dover <zac.dover@gmail.com>
Tue, 21 Jun 2022 14:09:05 +0000 (00:09 +1000)
This PR adds a note directing first-time cloners of
their Ceph git forks to make sure to cd into the ceph/
directory before trying to run the "git config" commands.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/dev/developer_guide/basic-workflow.rst

index 928fe8999065ea096a294fcbb67033a753f6e10b..63eada9efd04b53fe2bb7a5f7a4739ee65e76556 100644 (file)
@@ -142,6 +142,10 @@ to work on the Ceph repository.".
 
 1. Configure your local git environment with your name and email address.  
 
+   .. note::
+      These commands will work only from within the ``ceph/`` directory
+      that was created when you cloned your fork.
+
    .. prompt:: bash $
 
       git config user.name "FIRST_NAME LAST_NAME"