File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
book/07-git-tools/sections Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ Git의 다른 특별한 도구를 더 살펴보기 보기 전에 `reset` 과 `ch
2222
2323//////////////////////////
2424An 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//////////////////////////
2828Git을 서로 다른 세 트리를 관리하는 컨텐츠 관리자로 생각하면 `reset` 과 `checkout` 을 좀 더 쉽게 이해할 수 있다.
29- 여기서 ``트리'' 란 실제로는 `` 파일의 묶음'' 이다. 자료구조의 트리가 아니다
30- ( 세 트리 중 Index는 트리도 아니지만, 이해를 쉽게 하려고 일단 트리라고 한다) .
29+ 여기서 "`트리`" 란 실제로는 "` 파일의 묶음`" 이다. 자료구조의 트리가 아니다
30+ 세 트리 중 Index는 트리도 아니지만, 이해를 쉽게 하려고 일단 트리라고 한다.
3131
3232//////////////////////////
3333Git as a system manages and manipulates three trees in its normal operation:
You can’t perform that action at this time.
0 commit comments