Skip to content

Commit 9063870

Browse files
authored
Merge pull request #123 from jangjichang/master
Fix typo
2 parents aaa4f88 + e208427 commit 9063870

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/07-git-tools/sections/reset.asc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Git의 다른 특별한 도구를 더 살펴보기 보기 전에 `reset` 과 `ch
2222
2323
//////////////////////////
2424
An easier way to think about `reset` and `checkout` is through the mental frame of Git being a content manager of three different trees.
25-
By ``tree'' here, we really mean ``collection of files'', not specifically the data structure.
26-
(There are a few cases where the index doesn't exactly act like a tree, but for our purposes it is easier to think about it this way for now.)
25+
By "`tree`" here, we really mean "`collection of files`", not specifically the data structure.
26+
There are a few cases where the index doesn't exactly act like a tree, but for our purposes it is easier to think about it this way for now.
2727
//////////////////////////
2828
Git을 서로 다른 세 트리를 관리하는 컨텐츠 관리자로 생각하면 `reset` 과 `checkout` 을 좀 더 쉽게 이해할 수 있다.
29-
여기서 ``트리'' 란 실제로는 ``파일의 묶음'' 이다. 자료구조의 트리가 아니다
30-
(세 트리 중 Index는 트리도 아니지만, 이해를 쉽게 하려고 일단 트리라고 한다).
29+
여기서 "`트리`" 란 실제로는 "`파일의 묶음`" 이다. 자료구조의 트리가 아니다
30+
세 트리 중 Index는 트리도 아니지만, 이해를 쉽게 하려고 일단 트리라고 한다.
3131
3232
//////////////////////////
3333
Git as a system manages and manipulates three trees in its normal operation:

0 commit comments

Comments
 (0)