티스토리 뷰

Git의 관점에서 fork에 대한 정의는 아래와 같다.

 

: fork란 당신이 관리하는 repository의 복사본이다. fork는 원 저장소(repository)에 영향 없이 해당 프로젝트에 변화를 줄 수 있다. pull을 통해서 원본 repository에서 변경 사항을 받아오거나 반영할 수 있다.

 

About forks
: A fork is a copy of a repository that you manage. Forks let you make changes to a project without affecting the original repository. You can fetch updates from or submit changes to the original repository with pull requests.

 

 Mirroring 역시 repository를 복사하는 것이지만 둘의 가장 큰 차이점은 동기화(synchronize)다. Mirroring의 경우 동기화가 이뤄지지만, Fork는 독립적인 repository를 생성하는 것이다.

 

 

참고

- https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks

반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함
반응형