[PATCH 1/1] docs: fix git checkout command for next branch
bo at mboxify.com
bo at mboxify.com
Fri Jun 20 06:58:35 PDT 2025
From: Bo Sun <bo at mboxify.com>
Correct the remote branch reference from 'origin/remotes/next'
to 'remotes/origin/next' in the documentation.
Signed-off-by: Bo Sun <bo at mboxify.com>
---
Documentation/user/barebox.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 149f0f535e..67cf93eb71 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -36,7 +36,7 @@ you can look at the ``next`` branch:
.. code-block:: console
- $ git checkout -b next origin/remotes/next
+ $ git checkout -b next remotes/origin/next
A web interface to the repository is available at
https://git.pengutronix.de/cgit/barebox
--
2.49.0
More information about the barebox
mailing list