File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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:
146146Fredrik Gustafsson was the first to answer. He first said that the
147147three 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
You can’t perform that action at this time.
0 commit comments