Skip to content

Commit d773545

Browse files
authored
rn-20: fix markup in git help related article
1 parent 498af60 commit d773545

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rev_news/drafts/edition-20.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ Andrew Johnson asked on the mailing list:
133133

134134
> While reading Pro Git 2nd Ed. I came across these three methods:
135135
>
136-
> $ git help <verb>
137-
> $ git <verb> --help
138-
> $ man git-<verb>
136+
> $ git help &lt;verb&gt;<br>
137+
> $ git &lt;verb&gt; &dash;&dash;help<br>
138+
> $ man git&dash;&lt;verb&gt;<br>
139139
>
140140
> I tested all three to confirm they were equivalent.
141141
>
@@ -146,11 +146,11 @@ Andrew Johnson asked on the mailing list:
146146
Fredrik Gustafsson was the first to answer. He first said that the
147147
three commands are not actually equivalent on Windows as:
148148

149-
> $ man git-<verb>
149+
> $ man git&dash;&lt;verb&gt;
150150
>
151151
> does not work and
152152
>
153-
> $ git help <verb>
153+
> $ git help &lt;verb&gt;
154154
>
155155
> opens a webbrowser instead of a man page.
156156

0 commit comments

Comments
 (0)