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:
Pawel Wodnicki 2016-03-17 08:41:21 -05:00 committed by Gerrit Code Review
commit 413a8386e8

View file

@ -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.