From 09b3bb70ff4be4a348cbd6ebeb94db5ab7be3873 Mon Sep 17 00:00:00 2001 From: Prateek Date: Sat, 8 Sep 2018 18:57:09 +0530 Subject: [PATCH] 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 --- docs/gerrit.rst | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.16.6