Skip to content

Commit 0d41ffb

Browse files
committed
Add html code tags for ko&en
1 parent 7f4e3a3 commit 0d41ffb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

external/book/content/book/en/v2/Git-Internals-The-Refspec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ <h2 id="_refspec">The Refspec</h2>
3838
</div>
3939
</div>
4040
<div class="paragraph">
41-
<p>The format of the refspec is, first, an optional <code>`, followed by `&lt;src&gt;:&lt;dst&gt;`, where `&lt;src&gt;` is the pattern for references on the remote side and `&lt;dst&gt;` is where those references will be tracked locally.
42-
The `</code> tells Git to update the reference even if it isn’t a fast-forward.</p>
41+
<p>The format of the refspec is, first, an optional <code>`</code>, followed by <code>&lt;src&gt;:&lt;dst&gt;</code>, where <code>&lt;src&gt;</code> is the pattern for references on the remote side and <code>&lt;dst&gt;</code> is where those references will be tracked locally.
42+
The <code>`</code> tells Git to update the reference even if it isn’t a fast-forward.</p>
4343
</div>
4444
<div class="paragraph">
4545
<p>In the default case that is automatically written by a <code>git remote add origin</code> command, Git fetches all the references under <code>refs/heads/</code> on the server and writes them to <code>refs/remotes/origin/</code> locally.

external/book/content/book/ko/v2/Git의-내부-Refspec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2 id="_refspec">Refspec</h2>
3939
</div>
4040
</div>
4141
<div class="paragraph">
42-
<p>Refspec 형식은 <code>` 와 `&lt;src&gt;:&lt;dest&gt;` 로 돼 있다. `</code> 는 생략 가능하고, <code>&lt;src&gt;</code> 는 리모트 저장소의 Refs 패턴이고 <code>&lt;dst&gt;</code> 는 매핑되는 로컬 저장소의 Refs 패턴이다.
42+
<p>Refspec 형식은 <code>`</code><code>&lt;src&gt;:&lt;dest&gt;</code> 로 돼 있다. <code>`</code> 는 생략 가능하고, <code>&lt;src&gt;</code> 는 리모트 저장소의 Refs 패턴이고 <code>&lt;dst&gt;</code> 는 매핑되는 로컬 저장소의 Refs 패턴이다.
4343
<code>+</code> 는 Fast-forward가 아닌 업데이트를 허용하는 것이다.</p>
4444
</div>
4545
<div class="paragraph">

0 commit comments

Comments
 (0)