Skip to content

Commit c646bbb

Browse files
author
ttaylorr
committed
book: update ko
Updated via the `update-book.yml` GitHub workflow.
1 parent 1fa25a8 commit c646bbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

external/book/content/book/ko/v2/Git-브랜치-Rebase-하기.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3 id="_rebase_의_기초">Rebase 의 기초</h3>
5151
<div class="title">그림 36. 나뉜 브랜치를 Merge 하기</div>
5252
</div>
5353
<div class="paragraph">
54-
<p>비슷한 결과를 만드는 다른 방식으로, <code>C3</code> 에서 변경된 사항을 Patch로 만들고 이를 다시 <code>C4</code> 에 적용시키는 방법이 있다.
54+
<p>비슷한 결과를 만드는 다른 방식으로, <code>C4</code> 에서 변경된 사항을 Patch로 만들고 이를 다시 <code>C3</code> 에 적용시키는 방법이 있다.
5555
Git에서는 이런 방식을 <em>Rebase</em> 라고 한다.
5656
<code>rebase</code> 명령으로 한 브랜치에서 변경된 사항을 다른 브랜치에 적용할 수 있다.</p>
5757
</div>

external/book/content/book/ko/v2/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
language_code: ko
99
front_page: true
1010
repository_url: https://github.com/progit/progit2-ko
11-
sha: '0099163d19b4124ab13135dee7932b2cea6ec09b'
11+
sha: f50647da032bf210ef91802290d60d05da1a9416
1212
ebook_pdf: https://github.com/progit/progit2-ko/releases/download/2.1.80/progit.pdf
1313
ebook_epub: https://github.com/progit/progit2-ko/releases/download/2.1.80/progit.epub
1414
page_title: Git - Book

external/book/sync/book-ko.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0099163d19b4124ab13135dee7932b2cea6ec09b
1+
f50647da032bf210ef91802290d60d05da1a9416

0 commit comments

Comments
 (0)