We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b659f3e + 860000a commit add9929Copy full SHA for add9929
book/05-distributed-git/sections/contributing.asc
@@ -409,7 +409,7 @@ image::images/small-team-5.png[John의 커밋을 Fetch 한 후 Jessica의 저장
409
Jessica thinks her topic branch is ready, but she wants to know what she has to merge into her work so that she can push.
410
She runs `git log` to find out:
411
//////////////////////////
412
-이제 `orgin/master`와 Merge 할 차례다.
+이제 `orgin/master` 와 Merge 할 차례다.
413
Jessica는 토픽 브랜치에서의 작업을 마치고 어떤 내용이 Merge 되는지 `git log` 명령으로 확인한다.
414
415
[source,console]
0 commit comments