doc: Edit gerrit_practices to correct command to install a precommit hook
Added Linux Foundation ID to the example scp command to install a precommit hook. Change-Id: I03c6d2e89cb76816db01fa11d826464d33a058d1 Signed-off-by: Pawel Wodnicki <pawel.wodnicki@live.com>
This commit is contained in:
parent
aad3e2a21e
commit
413a8386e8
1 changed files with 5 additions and 2 deletions
|
@ -45,9 +45,12 @@ is one time use. Use the following command as an example:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ scp -p -P 29418 gerrit.zephyrproject.org:hooks/commit-msg LOCALREPODIR/.git/hooks/
|
$ scp -p -P 29418 <LFID>@gerrit.zephyrproject.org:hooks/commit-msg LOCALREPODIR/.git/hooks/
|
||||||
|
|
||||||
.. note:: replace LOCALREPODIR with the directory where you cloned the project.
|
.. note::
|
||||||
|
|
||||||
|
replace <LFID> with your Linux Foundation ID.
|
||||||
|
replace LOCALREPODIR with the directory where you cloned the project.
|
||||||
|
|
||||||
The command above needs to be entered only once.
|
The command above needs to be entered only once.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue