From: bo@mboxify.com
To: barebox@lists.infradead.org
Cc: Bo Sun <bo@mboxify.com>
Subject: [PATCH 1/1] docs: fix git checkout command for next branch
Date: Fri, 20 Jun 2025 21:58:35 +0800 [thread overview]
Message-ID: <20250620135835.87543-2-bo@mboxify.com> (raw)
In-Reply-To: <20250620135835.87543-1-bo@mboxify.com>
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
prev parent reply other threads:[~2025-06-20 14:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-20 13:58 [PATCH 0/1] Fix documentation for git checkout command bo
2025-06-20 13:58 ` bo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250620135835.87543-2-bo@mboxify.com \
--to=bo@mboxify.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox