diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 11:33:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:28 +0100 |
commit | e25d32bd2ff3e56d6a55b680d010dd2ebc5426be (patch) | |
tree | c48356b2239e9126d563ff5cccc6fc49d80509a9 /documentation | |
parent | a206035698171e98943a051982a85dad2e5b0718 (diff) | |
download | poky-e25d32bd2ff3e56d6a55b680d010dd2ebc5426be.tar.gz |
documentation: dev-manual - updated string of example branches.
(From yocto-docs rev: 79171c5c3c805178971ac099471d466e08968bbf)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index f5a524f5ef..3ffff3f15a 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -530,10 +530,9 @@ | |||
530 | It is important to understand that Git tracks content change and not files. | 530 | It is important to understand that Git tracks content change and not files. |
531 | Git uses "branches" to organize different development efforts. | 531 | Git uses "branches" to organize different development efforts. |
532 | For example, the <filename>poky</filename> repository has | 532 | For example, the <filename>poky</filename> repository has |
533 | <filename>laverne</filename>, <filename>bernard</filename>, | 533 | <filename>bernard</filename>, |
534 | <filename>edison</filename>, <filename>denzil</filename> and | 534 | <filename>edison</filename>, <filename>denzil</filename>, <filename>danny</filename> |
535 | <filename>master</filename> branches among | 535 | and <filename>master</filename> branches among others. |
536 | others. | ||
537 | You can see all the branches by going to | 536 | You can see all the branches by going to |
538 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi/poky/'></ulink> and | 537 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi/poky/'></ulink> and |
539 | clicking on the | 538 | clicking on the |