From e208427f1632076e6439e6b75ca5cc7ccbaa5bb2 Mon Sep 17 00:00:00 2001 From: JichangJang Date: Thu, 26 Aug 2021 16:47:07 +0900 Subject: [PATCH] Fix typo Fix typo according to below url https://git-scm.com/book/en/v2/Git-Tools-Reset-Demystified --- book/07-git-tools/sections/reset.asc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/book/07-git-tools/sections/reset.asc b/book/07-git-tools/sections/reset.asc index bad5cb9d..719d5438 100644 --- a/book/07-git-tools/sections/reset.asc +++ b/book/07-git-tools/sections/reset.asc @@ -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: