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
This commit is contained in:
David Ames
2016-12-13 08:53:04 -08:00
parent 606bcb5a58
commit 8e10a9c8dc

View File

@@ -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 <hash of master branch commit>
git review