diff --git a/doc/collaboration/code/gerrit_practices.rst b/doc/collaboration/code/gerrit_practices.rst index 6f5126e5314..55cba23741c 100644 --- a/doc/collaboration/code/gerrit_practices.rst +++ b/doc/collaboration/code/gerrit_practices.rst @@ -45,9 +45,12 @@ is one time use. Use the following command as an example: .. code-block:: console - $ scp -p -P 29418 gerrit.zephyrproject.org:hooks/commit-msg LOCALREPODIR/.git/hooks/ + $ scp -p -P 29418 @gerrit.zephyrproject.org:hooks/commit-msg LOCALREPODIR/.git/hooks/ -.. note:: replace LOCALREPODIR with the directory where you cloned the project. +.. note:: + + replace with your Linux Foundation ID. + replace LOCALREPODIR with the directory where you cloned the project. The command above needs to be entered only once.