From ed0f043a0efc9529c66d226bf54407f31084954c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 17 Dec 2012 18:32:41 +0000 Subject: [PATCH] Hint for updating a git remote origin URL. * doc/source/gerrit.rst: When renaming and moving projects, provide recommended syntax developers can use to update the git remote origin URL in their existing working copies. Change-Id: I98bf235a95c28a0637171be172774babdf739f7b Reviewed-on: https://review.openstack.org/18252 Reviewed-by: Monty Taylor Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- doc/source/gerrit.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index b4f6a23d77..ba52482906 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -1134,7 +1134,9 @@ To rename a project: project. Developers will either need to re-clone a new copy of the repository, -or manually update their remotes. +or manually update their remotes with something like:: + + git remote set-url origin https://github.com/$ORG/$PROJECT.git Deleting a User from Gerrit ***************************