From eab29e5b541434724261aa390305ba856c5b5943 Mon Sep 17 00:00:00 2001 From: Bo Sun Date: Tue, 1 Jul 2025 20:41:43 +0800 Subject: 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 Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 3882172e2e..7eaa4d8700 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst @@ -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. -- cgit v1.2.3-54-g00ecf