* [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; 3+ 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] 3+ 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 2025-06-23 8:36 ` Sascha Hauer 0 siblings, 1 reply; 3+ 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] 3+ messages in thread
* Re: [PATCH 1/1] docs: fix git checkout command for next branch 2025-06-20 13:58 ` [PATCH 1/1] docs: fix git checkout command for next branch bo @ 2025-06-23 8:36 ` Sascha Hauer 0 siblings, 0 replies; 3+ messages in thread From: Sascha Hauer @ 2025-06-23 8:36 UTC (permalink / raw) To: barebox, bo On Fri, 20 Jun 2025 21:58:35 +0800, bo@mboxify.com wrote: > Correct the remote branch reference from 'origin/remotes/next' > to 'remotes/origin/next' in the documentation. > > Applied, thanks! [1/1] docs: fix git checkout command for next branch https://git.pengutronix.de/cgit/barebox/commit/?id=8d66df984daa (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@pengutronix.de> ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-23 8:57 UTC | newest] Thread overview: 3+ 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 2025-06-23 8:36 ` Sascha Hauer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox