doc/dev: add context note to dev guide config

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>
This commit is contained in:
Zac Dover 2022-06-22 00:09:05 +10:00
parent a6ca576617
commit 3e6bcd7f0b

View 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"