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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user