From: Prateek Date: Sat, 8 Sep 2018 13:27:09 +0000 (+0530) Subject: Update an example on updating existing patch X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=09b3bb70ff4be4a348cbd6ebeb94db5ab7be3873;p=releng%2Fdocs.git Update an example on updating existing patch Update with an URL example to show the working of git review -d Change-Id: If8918e982bd791697880aae8a95af40a11679718 Signed-off-by: Prateek --- diff --git a/docs/gerrit.rst b/docs/gerrit.rst index 43d8d99..18303ed 100644 --- a/docs/gerrit.rst +++ b/docs/gerrit.rst @@ -299,6 +299,8 @@ Gerrit Code Review. git review -d ${change_number} The change number is in the URL of the Gerrit patch. + For example if the URL is https://git.opendaylight.org/gerrit/75307 + then run ``git review -d 75307`` to pull the corresponding changes. (Optional) View information on the latest changes made to that patch.