You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, say you're interested in the commit whose hash begins with `1c002dd...`.
66
66
You can inspect that commit with any of the following variations of `git show` (assuming the shorter versions are unambiguous):
67
67
//////////////////////////
68
-
위의 내용은 `1c002dd...`로 시작하는 커밋에 대해 로그를 살펴보겠다는 말이다.
68
+
위의 내용은 `1c002dd...`로 시작하는 커밋에 대해 로그를 살펴보겠다는 말이다.
69
69
`git show` 명령을 사용하는 다음 결과는 모두 같다(단 짧은 해시 값이 다른 커밋과 중복되지 않다고 가정).
70
70
71
71
[source,console]
@@ -332,7 +332,7 @@ Windows에서 캐럿 기호 사용하기
332
332
//////////////////////////
333
333
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:
334
334
//////////////////////////
335
-
Windows에서 실행한 `cmd.exe`에서는 `^` 기호가 이미 다른 의미로 사용되고 있어서 Git 에서 사용하려면 좀 다른 방식을 사용해야 한다. 기호 두 개를 연속으로 사용하거나 쌍따옴표 안에서 사용해야 한다.
335
+
Windows에서 실행한 `cmd.exe`에서는 `^` 기호가 이미 다른 의미로 사용되고 있어서 Git 에서 사용하려면 좀 다른 방식을 사용해야 한다. 기호 두 개를 연속으로 사용하거나 쌍따옴표 안에서 사용해야 한다.
0 commit comments