Skip to content

Commit 738ada6

Browse files
authored
Merge pull request #101 from hyde1004/myWork
Fix misc quote syntax
2 parents fb3c91b + 508cc30 commit 738ada6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/07-git-tools/sections/revision-selection.asc

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Date: Thu Dec 11 14:58:32 2008 -
6565
In this case, say you're interested in the commit whose hash begins with `1c002dd...`.
6666
You can inspect that commit with any of the following variations of `git show` (assuming the shorter versions are unambiguous):
6767
//////////////////////////
68-
위의 내용은 `1c002dd...`로 시작하는 커밋에 대해 로그를 살펴보겠다는 말이다.
68+
위의 내용은 `1c002dd...` 로 시작하는 커밋에 대해 로그를 살펴보겠다는 말이다.
6969
`git show` 명령을 사용하는 다음 결과는 모두 같다(단 짧은 해시 값이 다른 커밋과 중복되지 않다고 가정).
7070
7171
[source,console]
@@ -332,7 +332,7 @@ Windows에서 캐럿 기호 사용하기
332332
//////////////////////////
333333
On Windows in `cmd.exe`, `^` is a special character and needs to be treated differently. You can either double it or put the commit reference in quotes:
334334
//////////////////////////
335-
Windows에서 실행한 `cmd.exe`에서는 `^` 기호가 이미 다른 의미로 사용되고 있어서 Git 에서 사용하려면 좀 다른 방식을 사용해야 한다. 기호 두 개를 연속으로 사용하거나 쌍따옴표 안에서 사용해야 한다.
335+
Windows에서 실행한 `cmd.exe` 에서는 `^` 기호가 이미 다른 의미로 사용되고 있어서 Git 에서 사용하려면 좀 다른 방식을 사용해야 한다. 기호 두 개를 연속으로 사용하거나 쌍따옴표 안에서 사용해야 한다.
336336
337337
[source,console]
338338
----

0 commit comments

Comments
 (0)