Skip to content

Commit

Permalink
Merge pull request #123 from jangjichang/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
pismute authored Aug 26, 2021
2 parents aaa4f88 + e208427 commit 9063870
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/07-git-tools/sections/reset.asc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Git의 다른 특별한 도구를 더 살펴보기 보기 전에 `reset` 과 `ch
//////////////////////////
An easier way to think about `reset` and `checkout` is through the mental frame of Git being a content manager of three different trees.
By ``tree'' here, we really mean ``collection of files'', not specifically the data structure.
(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.)
By "`tree`" here, we really mean "`collection of files`", not specifically the data structure.
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.
//////////////////////////
Git을 서로 다른 세 트리를 관리하는 컨텐츠 관리자로 생각하면 `reset` 과 `checkout` 을 좀 더 쉽게 이해할 수 있다.
여기서 ``트리'' 란 실제로는 ``파일의 묶음'' 이다. 자료구조의 트리가 아니다
(세 트리 중 Index는 트리도 아니지만, 이해를 쉽게 하려고 일단 트리라고 한다).
여기서 "`트리`" 란 실제로는 "`파일의 묶음`" 이다. 자료구조의 트리가 아니다
세 트리 중 Index는 트리도 아니지만, 이해를 쉽게 하려고 일단 트리라고 한다.
//////////////////////////
Git as a system manages and manipulates three trees in its normal operation:
Expand Down

0 comments on commit 9063870

Please sign in to comment.