mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
bsp-guide: fix branch listing command
Replace 'git branch -al' with 'git branch -a' to correctly show both local and remote branches. The '-l' option is unnecessary and may cause confusion. (From yocto-docs rev: 46aa3bb398c50af0f29acd2c1a05ee232d0de5b9) Signed-off-by: Bo Sun <bo@mboxify.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d028bde750
commit
eab29e5b54
|
@ -204,7 +204,7 @@ section.
|
|||
.. note::
|
||||
|
||||
To see the available branch names in a cloned repository, use the ``git
|
||||
branch -al`` command. See the
|
||||
branch -a`` command. See the
|
||||
":ref:`dev-manual/start:checking out by branch in poky`"
|
||||
section in the Yocto Project Development Tasks Manual for more
|
||||
information.
|
||||
|
|
Loading…
Reference in New Issue
Block a user