Skip to content

Commit 8337b3d

Browse files
authored
Merge pull request #106 from sup2is/master
Fixed a typo
2 parents 8e0b0c8 + 617591b commit 8337b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/distributed-workflows.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The maintainer can then add your repository as a remote, test your changes local
8787
The process works as follows (see <<wfdiag_b>>):
8888
//////////////////////////
8989
Git을 사용하면 리모트 저장소를 여러 개 운영할 수 있다. 다른 개발자는 읽기만 가능하고 자신은 쓰기도 가능한 공개 저장소를 만드는 워크플로도 된다.
90-
Worlflow에는 보통 프로젝트를 대표하는 공식 저장소가 있다.
90+
Workflow에는 보통 프로젝트를 대표하는 공식 저장소가 있다.
9191
기여자는 우선 공식 저장소를 하나 Clone 하고 수정하고 나서 자신의 저장소에 Push 한다.
9292
그 다음에 프로젝트 Integration-Manager에게 새 저장소에서 Pull 하라고 요청한다.
9393
그러면 그 Integration-Manager는 기여자의 저장소를 리모트 저장소로 등록하고, 로컬에서 기여물을 테스트하고, 프로젝트 메인 브랜치에 Merge 하고, 그 내용을 다시 프로젝트 메인 저장소에 Push 한다.

0 commit comments

Comments
 (0)