mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
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:
parent
a6ca576617
commit
3e6bcd7f0b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user