mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix documentation for git checkout command
@ 2025-06-20 13:58 bo
  2025-06-20 13:58 ` [PATCH 1/1] docs: fix git checkout command for next branch bo
  0 siblings, 1 reply; 2+ messages in thread
From: bo @ 2025-06-20 13:58 UTC (permalink / raw)
  To: barebox; +Cc: Bo Sun

From: Bo Sun <bo@mboxify.com>

This patch fixes a minor error in the Barebox documentation where
the git checkout command uses incorrect remote branch syntax.


Bo Sun (1):
  docs: fix git checkout command for next branch

 Documentation/user/barebox.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.49.0




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] docs: fix git checkout command for next branch
  2025-06-20 13:58 [PATCH 0/1] Fix documentation for git checkout command bo
@ 2025-06-20 13:58 ` bo
  0 siblings, 0 replies; 2+ messages in thread
From: bo @ 2025-06-20 13:58 UTC (permalink / raw)
  To: barebox; +Cc: Bo Sun

From: Bo Sun <bo@mboxify.com>

Correct the remote branch reference from 'origin/remotes/next'
to 'remotes/origin/next' in the documentation.

Signed-off-by: Bo Sun <bo@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-20 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-20 13:58 [PATCH 0/1] Fix documentation for git checkout command bo
2025-06-20 13:58 ` [PATCH 1/1] docs: fix git checkout command for next branch bo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox