public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: gitwrite: Structure a section some more
@ 2023-01-19  9:33 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2023-01-19  9:33 UTC (permalink / raw)
  To: gcc-patches

On the way properly mark up a command-line option.

Pushed. (The diff locks quite bigger than it actually is.)

Gerald
---
 htdocs/gitwrite.html | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html
index e4dadb27..1ffda77a 100644
--- a/htdocs/gitwrite.html
+++ b/htdocs/gitwrite.html
@@ -412,12 +412,15 @@ chosen).  You can also push an already existing branch using <code>git
 push users/me me/branch</code>.  Beware that if you have more than one
 personal branch set up locally, simply typing <code>git push
 users/me</code> will potentially push all personal branches based on
-that remote.  Use --dry-run to check that what will be pushed is what
-you intend.  The script <code>contrib/git-add-user-branch.sh</code>
-can be used to create a new personal branch which can be pushed and
-pulled from the <i>users/me</i> remote.</p>
+that remote.</p>
+
+<p>Use <code>--dry-run</code> to check that what will be pushed is what
+you intend.
 
-<p>The script also defines a few useful aliases that can be used with the
+<p>The script <code>contrib/git-add-user-branch.sh</code>
+can be used to create a new personal branch which can be pushed and
+pulled from the <i>users/me</i> remote.
+The script also defines a few useful aliases that can be used with the
 repository:</p>
 
 <ul>
-- 
2.39.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-19  9:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19  9:33 [committed] wwwdocs: gitwrite: Structure a section some more Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).