From 8e10a9c8dc0b5cefcd64dd698518eedd9cd4bc36 Mon Sep 17 00:00:00 2001 From: David Ames Date: Tue, 13 Dec 2016 08:53:04 -0800 Subject: [PATCH] Add origin to stable branch checkout procedure The checkout procedure for a stable branch requires 'origin' in the path. This change makes it possible to cut and paste the charm-guide only requiring a change to the bug number and the stable version on the CLI. Change-Id: I3c45db9e53f8e97c0f3cf39ef190e77b86d2c647 --- doc/source/making-a-change.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/making-a-change.rst b/doc/source/making-a-change.rst index 58ed5b3d..9e81df74 100644 --- a/doc/source/making-a-change.rst +++ b/doc/source/making-a-change.rst @@ -79,7 +79,7 @@ release (ensuring that any interim releases have the fix landed): .. code:: bash - git checkout -b stable/bug/XXXX stable/YYYY + git checkout -b stable/bug/XXXX origin/stable/YYYY git cherry-pick -x git review