Skip to content

Cooperation

Myukang edited this page Aug 28, 2023 · 2 revisions

Cooperation

Git

스크린샷 2023-08-29 00 47 09


0. Repository Fork

  1. Organization의 Repository Fork
  2. Fork된 Repository -> settings
  3. Disable actions 체크 <- 가장 중요

스크린샷 2023-08-29 00 58 27

  1. ⭐️ git remote add upstream 메인-저장소-url.git : Upstream 설정

1. Develop merge

  1. Fork한 Repository에서 Organization Repository에 Fork Repository의 Pull Request 생성 스크린샷 2023-08-29 01 11 17

  2. 풀리퀘스트 세팅 스크린샷 2023-08-29 01 13 46

  3. 코드 리뷰

  4. ⭐️ 스쿼시 머지(Develop/Master 브랜치 커밋로그 깔끔하게 유지)


2. Master merge

  1. Organization의 Master <- Develop으로 풀리퀘스트 작성
  2. Merge Commit(❌Rebase AND ❌Squash)
Clone this wiki locally