summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi@buzzcollectivemarketing.com>2018-02-26 16:13:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:25 +0000
commitcdf4f79a5d781716a150d81addf6f78551483e30 (patch)
tree854b518e8597055310d2cd4a3ae723392cb31815 /documentation
parent1fda08bc4e0492056f1de28a060a0acd379a9e86 (diff)
downloadpoky-cdf4f79a5d781716a150d81addf6f78551483e30.tar.gz
dev-manual: Fixed checkout by tag example
(From yocto-docs rev: 70cf6e2eb2f9999f1d1b24c3897106e7e8f3e93f) Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 39d36fa0f1..dad8df139c 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -678,7 +678,7 @@
678 <listitem><para> 678 <listitem><para>
679 <emphasis>Checkout the Branch:</emphasis> 679 <emphasis>Checkout the Branch:</emphasis>
680 <literallayout class='monospaced'> 680 <literallayout class='monospaced'>
681 $ git checkout tags/&DISTRO; -b my_yocto_&DISTRO; 681 $ git checkout tags/&DISTRO_REL_TAG; -b my_yocto_&DISTRO;
682 Switched to a new branch 'my_yocto_&DISTRO;' 682 Switched to a new branch 'my_yocto_&DISTRO;'
683 $ git branch 683 $ git branch
684 master 684 master